diff options
author | Mark Glines <mark@glines.org> | 2002-09-29 01:21:57 +0000 |
---|---|---|
committer | Mark Glines <mark@glines.org> | 2002-09-29 01:21:57 +0000 |
commit | 27fc1b30dcd61555597363a4ab12e457e467d73c (patch) | |
tree | b57f458a4e08cbe238cf794b3a2183a506866503 | |
parent | 1b67bea662b3e82d03a5787c40afcab119c33729 (diff) | |
download | libfuse-27fc1b30dcd61555597363a4ab12e457e467d73c.tar.gz |
loopback has been moved to examples/
-rw-r--r-- | perl/test/helper.pm | 2 |
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) { |