aboutsummaryrefslogtreecommitdiffstats
path: root/perl/test/helper.pm
diff options
context:
space:
mode:
authorMark Glines <mark@glines.org>2002-04-22 02:52:33 +0000
committerMark Glines <mark@glines.org>2002-04-22 02:52:33 +0000
commit255560845c1246e0bd4643e8eeddc02e72ff2ffe (patch)
treedbef9857576f032bb35251da9685c1d688efc6a1 /perl/test/helper.pm
parent8811161f67657253d11214ede54857f810662a91 (diff)
downloadlibfuse-255560845c1246e0bd4643e8eeddc02e72ff2ffe.tar.gz
tuned testing system slightly
Diffstat (limited to 'perl/test/helper.pm')
-rw-r--r--perl/test/helper.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/test/helper.pm b/perl/test/helper.pm
index 3d980ec..0be9ab8 100644
--- a/perl/test/helper.pm
+++ b/perl/test/helper.pm
@@ -17,7 +17,7 @@ if($0 !~ qr|s/u?mount\.t$|) {
}
}
}
- $reject = 0 if (system("ls $_point >&/dev/null") >> 8);
+ $reject = 1 if (system("ls $_point >&/dev/null") >> 8);
die "not properly mounted\n" if $reject;
}
1;