--- perl/trunk/test/s/mount.t 2005/12/21 15:33:37 18 +++ perl/trunk/test/s/mount.t 2005/12/27 12:47:00 19 @@ -12,7 +12,7 @@ mkdir $_point; mkdir $_real; `echo $$ >test/s/mounted.pid`; - exec("perl $_loop $_point"); + exec("perl -Iblib/lib -Iblib/arch $_loop $_point"); exit(1); } select(undef, undef, undef, 0.5);