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/fh.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/fh.t')
-rwxr-xr-x | t/op/fh.t | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; |