fix to test helper as proposed by ANDREWC@cpan.org (rt.cpan.org #17695)
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 29 Nov 2006 13:23:28 +0000 (13:23 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 29 Nov 2006 13:23:28 +0000 (13:23 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@105 6e4b0b00-1209-0410-87b2-b275959b5705

test/helper.pm

index 817b146..ba179a1 100644 (file)
@@ -20,7 +20,7 @@ if($0 !~ qr|s/u?mount\.t$|) {
                        }
                }
        }
-       system("ls $_point >&/dev/null");
+       system("ls $_point >/dev/null");
        $reject = 1 if (POSIX::WEXITSTATUS($?));
        die "not properly mounted\n" if $reject;
 }