From: Mark Glines Date: Sun, 29 Sep 2002 01:21:57 +0000 (+0000) Subject: loopback has been moved to examples/ X-Git-Tag: debian_version_1_0-1~28 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=27fc1b30dcd61555597363a4ab12e457e467d73c;p=qemu-gpiodev%2Flibfuse.git loopback has been moved to examples/ --- diff --git a/perl/test/helper.pm b/perl/test/helper.pm index 0be9ab8..cd2bd55 100644 --- a/perl/test/helper.pm +++ b/perl/test/helper.pm @@ -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) {