summaryrefslogtreecommitdiff
path: root/t/op/fh.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/fh.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/fh.t')
-rwxr-xr-xt/op/fh.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/fh.t b/t/op/fh.t
index d2659c3b9a..469aa0ed1c 100755
--- a/t/op/fh.t
+++ b/t/op/fh.t
@@ -6,6 +6,7 @@ my $test = 0;
# symbolic filehandles should only result in glob entries with FH constructors
+$|=1;
my $a = "SYM000";
print "not " if defined(fileno($a)) or defined *{$a};
++$test; print "ok $test\n";