Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
import of spectest for RT #78258
  • Loading branch information
stmuk authored and Carl Masak committed Aug 11, 2013
1 parent 8abf073 commit 5765af9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions S02-magicals/78258.t
@@ -0,0 +1,5 @@
use v6;

BEGIN @*INC.push: 't/spec/S02-magicals/';
use UsedEnv;

7 changes: 7 additions & 0 deletions S02-magicals/UsedEnv.pm6
@@ -0,0 +1,7 @@
module UsedEnv {
use Test;
plan 1;
ok %*ENV.exists('PATH'), "env exists in use (RT #78258)";
done;
}

0 comments on commit 5765af9

Please sign in to comment.