From e1b070276d8c8beb0dcc76bc2c2ac070564e0c24 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 7 Mar 2012 02:21:48 -0600 Subject: make the test suite more reliable --- t/basic.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/basic.t') 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; -- cgit v1.2.3-54-g00ecf