summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-05 05:29:11 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-05 05:29:11 +0000
commita243a48e99fa6345b1c8b09f3d98952fb43ec4a5 (patch)
treee7ece87cbebb5bef16f76b15daa36477cb03553b /t
parent515b806de394ead7a7a28803ed69d57152f7fe86 (diff)
downloadperl-a243a48e99fa6345b1c8b09f3d98952fb43ec4a5.tar.gz
Bytecode patching from Enache.
p4raw-id: //depot/perl@20485
Diffstat (limited to 't')
-rwxr-xr-xt/TEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index 3e6e40891a..c42d10aade 100755
--- a/t/TEST
+++ b/t/TEST
@@ -256,7 +256,7 @@ EOT
my $bytecompile =
"$perl $testswitch $switch -I../lib $bswitch".
"-o$test.plc $test 2>/dev/null &&".
- "$perl $testswitch $switch $utf $test.plc $redir|";
+ "$perl $testswitch $switch -I../lib $utf $test.plc $redir|";
open(RESULTS,$bytecompile)
or print "can't byte-compile '$bytecompile': $!.\n";
}