summaryrefslogtreecommitdiffstats
path: root/t/basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/basic.t')
-rw-r--r--t/basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/basic.t b/t/basic.t
index 13e77f3..4c72512 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -18,7 +18,7 @@ SCRIPT
my $crlf = "\x0d\x0a";
-$pty->spawn($^X, (map { "-I $_" } @INC), '-e', $script);
+$pty->spawn($^X, (map {; '-I', $_ } @INC), '-e', $script);
# just in case
alarm 60;