summaryrefslogtreecommitdiffstats
path: root/t/basic.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-03-07 02:21:48 -0600
committerJesse Luehrs <doy@tozt.net>2012-03-07 02:22:11 -0600
commite1b070276d8c8beb0dcc76bc2c2ac070564e0c24 (patch)
tree374f819db920957ea47cfc59dffa2b824e3d1a59 /t/basic.t
parent029d7083452d578ab264b9525e045d238187c511 (diff)
downloadterm-filter-e1b070276d8c8beb0dcc76bc2c2ac070564e0c24.tar.gz
term-filter-e1b070276d8c8beb0dcc76bc2c2ac070564e0c24.zip
make the test suite more reliable
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;