loopback has been moved to examples/
authorMark Glines <mark@glines.org>
Sun, 29 Sep 2002 01:21:57 +0000 (01:21 +0000)
committerMark Glines <mark@glines.org>
Sun, 29 Sep 2002 01:21:57 +0000 (01:21 +0000)
perl/test/helper.pm

index 0be9ab805f7a4d2b9e2844135261d2c910ec2f73..cd2bd55907f1d77cdd2825bc2589114b5738e648 100644 (file)
@@ -5,7 +5,7 @@ use Exporter;
 our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
 @ISA = "Exporter";
 @EXPORT_OK = qw($_loop $_point $_pidfile $_real);
-our($_loop, $_point, $_pidfile, $_real) = ("loopback.pl","/mnt","test/s/mounted.pid","/tmp/fusetest");
+our($_loop, $_point, $_pidfile, $_real) = ("examples/loopback.pl","/mnt","test/s/mounted.pid","/tmp/fusetest");
 if($0 !~ qr|s/u?mount\.t$|) {
        my ($reject) = 1;
        if(-f $_pidfile) {