diff options
-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) { |