diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-17 21:38:38 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-17 21:38:38 +0000 |
commit | 235bddc8d16c512a7d89f327f65cee68b1f5848c (patch) | |
tree | abde42bcf0d35975c6d585f20fafb02e8ed4ff81 /t/io/fs.t | |
parent | fc87b71cde2dcc7c5c2201d512e38000eb8087ab (diff) | |
download | perl-235bddc8d16c512a7d89f327f65cee68b1f5848c.tar.gz |
Integrate mainline (for ndbm fixes etc.)
p4raw-id: //depot/perlio@14312
Diffstat (limited to 't/io/fs.t')
-rwxr-xr-x | t/io/fs.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ close(IOFSCOM); SKIP: { eval { truncate "Iofs.tmp", 5; }; - skip("no truncate - $@", 4) if $@; + skip("no truncate - $@", 6) if $@; is(-s "Iofs.tmp", 5, "truncation to five bytes"); |