Skip to content

Commit d0f6ba7

Browse files
committed
Fudge .path test as it gives improper empty Seq
R#2281 rakudo/rakudo#2281
1 parent f1839e7 commit d0f6ba7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

S32-io/io-spec-unix.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ my $path = %*ENV<PATH>;
8484
my @want = </usr/local/sbin /usr/local/bin /usr/sbin /usr/bin /sbin /bin /usr/games .>;
8585
is-eqv $Unix.path, @want.Seq, 'path';
8686
%*ENV<PATH> = '';
87+
# https://github.com/rakudo/rakudo/issues/2281
88+
#?rakudo todo '.path does not give a proper empty Seq'
8789
is-eqv $Unix.path, ().Seq, 'no path';
8890
%*ENV<PATH> = $path;
8991

0 commit comments

Comments
 (0)