diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1999-01-19 15:13:15 -0500 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-12 11:00:13 +0000 |
commit | 648cac195c82cb1f1b31f3751c1a36107e153a68 (patch) | |
tree | e6023addbafd3638d5591fcb85f651c0b6363d12 /t/op/runlevel.t | |
parent | 43a1600645d3a38ec94bb7a1c90813c610fb1534 (diff) | |
download | perl-648cac195c82cb1f1b31f3751c1a36107e153a68.tar.gz |
Remove extraneous sh in test suites
Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@2893
Diffstat (limited to 't/op/runlevel.t')
-rwxr-xr-x | t/op/runlevel.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/runlevel.t b/t/op/runlevel.t index 623ca42d54..a1551775e3 100755 --- a/t/op/runlevel.t +++ b/t/op/runlevel.t @@ -35,7 +35,7 @@ for (@prgs){ `MCR $^X "-I[-.lib]" $switch $tmpfile` : $Is_MSWin32 ? `.\\perl -I../lib $switch $tmpfile 2>&1` : - `sh -c './perl $switch $tmpfile' 2>&1`; + `./perl $switch $tmpfile 2>&1`; my $status = $?; $results =~ s/\n+$//; # allow expected output to be written as if $prog is on STDIN |