projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b67bea
)
loopback has been moved to examples/
author
Mark Glines
<mark@glines.org>
Sun, 29 Sep 2002 01:21:57 +0000
(
01:21
+0000)
committer
Mark Glines
<mark@glines.org>
Sun, 29 Sep 2002 01:21:57 +0000
(
01:21
+0000)
perl/test/helper.pm
patch
|
blob
|
history
diff --git
a/perl/test/helper.pm
b/perl/test/helper.pm
index 0be9ab805f7a4d2b9e2844135261d2c910ec2f73..cd2bd55907f1d77cdd2825bc2589114b5738e648 100644
(file)
--- 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) {