--- test/s/mount.t.orig +++ test/s/mount.t @@ -12,7 +12,7 @@ mkdir $_point; mkdir $_real; `echo $$ >test/s/mounted.pid`; - exec("perl $_loop $_point"); + exec("perl -Iblib/lib -Iblib/arch/auto/Fuse $_loop $_point"); exit(1); } select(undef, undef, undef, 0.5);