From 029d7083452d578ab264b9525e045d238187c511 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 6 Mar 2012 02:57:24 -0600 Subject: hardcoding -Ilib here is wrong --- 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 0df6495..13e77f3 100644 --- a/t/basic.t +++ b/t/basic.t @@ -18,7 +18,7 @@ SCRIPT my $crlf = "\x0d\x0a"; -$pty->spawn($^X, '-Ilib', '-e', $script); +$pty->spawn($^X, (map { "-I $_" } @INC), '-e', $script); # just in case alarm 60; -- cgit v1.2.3-54-g00ecf