Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge failing test
  • Loading branch information
lizmat committed Jan 26, 2015
1 parent 0821592 commit 1064f23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S17-procasync/basic.t
Expand Up @@ -77,7 +77,8 @@ is $start-promise.status, Planned, 'external program still running (stdin still

$pc.close-stdin;

isa_ok $start-promise.result, Proc::Status, 'Can finish, return Proc::Statu';
#?rakudo todo 'returns Nil'
isa_ok $start-promise.result, Proc::Status, 'Can finish, return Proc::Status';

is $stdout, 'Perl 6', 'got correct STDOUT';
is $stderr, '', 'got correct STDERR';

0 comments on commit 1064f23

Please sign in to comment.