summaryrefslogtreecommitdiff
path: root/t/op/runlevel.t
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1999-01-19 15:13:15 -0500
committerGurusamy Sarathy <gsar@cpan.org>1999-02-12 11:00:13 +0000
commit648cac195c82cb1f1b31f3751c1a36107e153a68 (patch)
treee6023addbafd3638d5591fcb85f651c0b6363d12 /t/op/runlevel.t
parent43a1600645d3a38ec94bb7a1c90813c610fb1534 (diff)
downloadperl-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-xt/op/runlevel.t2
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