Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
refude test for rakudo-m that depends on rakudo being installed
better to get a passing TODO than to get test failures
  • Loading branch information
moritz committed Apr 13, 2014
1 parent 2053bb2 commit 6b23c08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S29-os/system.t
Expand Up @@ -9,7 +9,8 @@ plan 5;
my $res;

$res = run($*EXECUTABLE_NAME,'-e1');
#?rakudo.jvm todo "nigh"
#?rakudo.jvm todo "depends on rakudo being installed"
#?rakudo.moar todo "depends on rakudo being installed"
ok($res,"run() to an existing program does not die (and returns something true)");

$res = run("program_that_does_not_exist_ignore_this_error_please.exe");
Expand Down

0 comments on commit 6b23c08

Please sign in to comment.