summaryrefslogtreecommitdiffstats
path: root/t/check_stuff.t
diff options
context:
space:
mode:
Diffstat (limited to 't/check_stuff.t')
-rwxr-xr-xt/check_stuff.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/check_stuff.t b/t/check_stuff.t
index 64f95ae..2815b76 100755
--- a/t/check_stuff.t
+++ b/t/check_stuff.t
@@ -6,7 +6,7 @@ use Test::More tests => 14;
6 6
7my ($r,$args); 7my ($r,$args);
8my $s = 't/check_stuff.pl'; 8my $s = 't/check_stuff.pl';
9$s = 'perl -Ilib '.$s; 9$s = "$^X -Ilib $s";
10 10
11my $n = 'STUFF'; 11my $n = 'STUFF';
12 12