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.
1 parent 9a1d5e7 commit 41f2ce6Copy full SHA for 41f2ce6
S32-io/dir.t
@@ -26,8 +26,6 @@ nok @files>>.relative.grep('.'|'..'), '"." and ".." are not returned';
26
is +dir(:test).grep(*.basename eq '.'|'..'), 2, "... unless you override :test";
27
nok dir( test=> none('.', '..', 't') ).grep(*.basename eq 't'), "can exclude t/ dir";
28
29
-# previous tests rewritten to not smartmatch against IO::Local.
30
-# Niecza also seems to need the ~, alas.
31
nok @files.grep(*.basename eq '.'|'..'), '"." and ".." are not returned';
32
33
0 commit comments