Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make 02-pipes.t Windows-friendly.
  • Loading branch information
jnthn committed Sep 25, 2013
1 parent b591400 commit 9591fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/jvm/02-pipes.t
Expand Up @@ -17,6 +17,6 @@ my $q := nqp::openpipe('doesnotexist', nqp::cwd(), nqp::getenvhash(), '');
ok( nqp::defined($q) == 1, 'nqp::openpipe nonexistent cmd');

my $qstr := nqp::readallfh($q);
ok( $qstr ~~ / 'command not found' /, 'nqp::readallfh with a pipe nonexistent command');
ok( $qstr ~~ / 'command not found' | 'not recognized' /, 'nqp::readallfh with a pipe nonexistent command');

ok( nqp::closefh($q), 'nqp::closefh with a pipe nonexistent command');

0 comments on commit 9591fa8

Please sign in to comment.