aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Glines <mark@glines.org>2002-09-29 01:21:57 +0000
committerMark Glines <mark@glines.org>2002-09-29 01:21:57 +0000
commit27fc1b30dcd61555597363a4ab12e457e467d73c (patch)
treeb57f458a4e08cbe238cf794b3a2183a506866503
parent1b67bea662b3e82d03a5787c40afcab119c33729 (diff)
downloadlibfuse-27fc1b30dcd61555597363a4ab12e457e467d73c.tar.gz
loopback has been moved to examples/
-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 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) {