diff options
author | Mark Glines <mark@glines.org> | 2002-04-22 03:22:52 +0000 |
---|---|---|
committer | Mark Glines <mark@glines.org> | 2002-04-22 03:22:52 +0000 |
commit | 7603e1c0164b3b9fce9d243c60e5063312202347 (patch) | |
tree | 8691ca9f5ac916cfadf2630b1ed4eff3ae14ffec /perl/test/s | |
parent | ca558a4bed9041468510e4c8a0f40bb75ff68ea6 (diff) | |
download | libfuse-7603e1c0164b3b9fce9d243c60e5063312202347.tar.gz |
added a getattr test, removed a test for loopback.pl being executable (which
doesn't matter)
Diffstat (limited to 'perl/test/s')
-rw-r--r-- | perl/test/s/mount.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl/test/s/mount.t b/perl/test/s/mount.t index 1deb2c4..26f6fc2 100644 --- a/perl/test/s/mount.t +++ b/perl/test/s/mount.t @@ -1,10 +1,9 @@ #!/usr/bin/perl -w use test::helper qw($_point $_loop $_real $_pidfile); use strict; -use Test::More tests => 4; +use Test::More tests => 3; ok(!(scalar grep(/ on $_point /,`cat /proc/mounts`)),"already mounted"); ok(-f $_loop,"loopback exists"); -ok(-x $_loop,"loopback executable"); if(!fork()) { #close(STDIN); |