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 f1839e7 commit d0f6ba7Copy full SHA for d0f6ba7
S32-io/io-spec-unix.t
@@ -84,6 +84,8 @@ my $path = %*ENV<PATH>;
84
my @want = </usr/local/sbin /usr/local/bin /usr/sbin /usr/bin /sbin /bin /usr/games .>;
85
is-eqv $Unix.path, @want.Seq, 'path';
86
%*ENV<PATH> = '';
87
+# https://github.com/rakudo/rakudo/issues/2281
88
+#?rakudo todo '.path does not give a proper empty Seq'
89
is-eqv $Unix.path, ().Seq, 'no path';
90
%*ENV<PATH> = $path;
91
0 commit comments