Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge passing test
  • Loading branch information
moritz committed Apr 22, 2012
1 parent ce0ef21 commit 2f0ccea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-magicals/progname.t
Expand Up @@ -10,7 +10,6 @@ if $*OS eq "browser" {
exit;
}

#?rakudo skip 'No PROCESS yet'
ok(PROCESS::<$PROGRAM_NAME> ~~ / t['/'|'\\']spec['/'|'\\']S02'-'magicals['/'|'\\']progname'.'\w+$/, "progname var matches test file path");
ok($*PROGRAM_NAME ~~ / t['/'|'\\']spec['/'|'\\']S02'-'magicals['/'|'\\']progname'.'\w+$/, "progname var accessible as context var");

Expand Down

0 comments on commit 2f0ccea

Please sign in to comment.