diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1999-05-08 12:03:45 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1999-05-08 12:03:45 +0000 |
commit | 1d8d4d2a360e43d2337420c8e4a3eafc2e301cba (patch) | |
tree | 7fd5f46c1e2205d5f2cb2405e8d154b64fda73ca /t/io | |
parent | d1a52ffb0952ac95d9f26b442ce1e6e48fd984b9 (diff) | |
download | perl-1d8d4d2a360e43d2337420c8e4a3eafc2e301cba.tar.gz |
Tweaks to open(my $fh,...) stuff
p4raw-id: //depot/perl@3329
Diffstat (limited to 't/io')
-rwxr-xr-x | t/io/open.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/open.t b/t/io/open.t index 0203f34539..50ae38dff1 100755 --- a/t/io/open.t +++ b/t/io/open.t @@ -4,7 +4,7 @@ $| = 1; $^W = 1; -print "1..8\n"; +print "1..9\n"; # my $file tests |