Skip to content

Commit 2f0ccea

Browse files
committed
unfudge passing test
1 parent ce0ef21 commit 2f0ccea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S02-magicals/progname.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ if $*OS eq "browser" {
1010
exit;
1111
}
1212

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

0 commit comments

Comments
 (0)