summaryrefslogtreecommitdiff
path: root/t/io/fs.t
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-01-17 21:38:38 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-01-17 21:38:38 +0000
commit235bddc8d16c512a7d89f327f65cee68b1f5848c (patch)
treeabde42bcf0d35975c6d585f20fafb02e8ed4ff81 /t/io/fs.t
parentfc87b71cde2dcc7c5c2201d512e38000eb8087ab (diff)
downloadperl-235bddc8d16c512a7d89f327f65cee68b1f5848c.tar.gz
Integrate mainline (for ndbm fixes etc.)
p4raw-id: //depot/perlio@14312
Diffstat (limited to 't/io/fs.t')
-rwxr-xr-xt/io/fs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/fs.t b/t/io/fs.t
index 7331cd4e37..3eb3e0a13c 100755
--- a/t/io/fs.t
+++ b/t/io/fs.t
@@ -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");