We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71dcbf8 + a35d11d commit f4e548aCopy full SHA for f4e548a
t/01-file-find.rakutest
@@ -72,8 +72,7 @@ my $throw = True;
72
73
# follow-symlinks
74
my $symlink-dir := $*PROGRAM.sibling("dir2/symdir");
75
-symlink($*PROGRAM.sibling("dir1/another_dir"), $symlink-dir);
76
-if $symlink-dir.e {
+if symlink($*PROGRAM.sibling("dir1/another_dir"), $symlink-dir) && $symlink-dir.e {
77
$res = find(:dir<t/dir2>);
78
@test = $res.map({ .Str }).sort;
79
equals @test,
0 commit comments