Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test that passed for the wrong reason on Win.
  • Loading branch information
jnthn committed Nov 5, 2015
1 parent a0da155 commit 311f8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-magicals/env.t
Expand Up @@ -110,7 +110,7 @@ throws-like { EVAL "%ENV" },
# RT #125953
{
%*ENV<FOOBAR> = 1;
lives-ok { run('echo', 'hello') },
lives-ok { run($*EXECUTABLE, '-v') },
'call run($command) after setting non-strings into %*ENV does not die';
}

Expand Down

0 comments on commit 311f8cb

Please sign in to comment.