Skip to content

Commit

Permalink
attempt at windows fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm committed Nov 1, 2024
1 parent b179ccf commit 2d8ec9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/lish/symlinks_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ Future<void> main() async {
p.join('..', 'a'),
forceDirectory: true,
),
d.link('symlink_to_dir_inside_package', p.join(d.sandbox, appPath, 'b')),
d.link(
'symlink_to_dir_inside_package',
p.join(d.sandbox, appPath, 'b'),
forceDirectory: true,
),
d.link(
'symlink_to_dir_inside_package_relative',
'b',
Expand Down

0 comments on commit 2d8ec9b

Please sign in to comment.