--- perl-llin/test/s/mount.t 2007/01/20 20:27:57 110 +++ perl-llin/test/s/mount.t 2007/11/15 09:23:22 111 @@ -20,7 +20,7 @@ my ($success, $count) = (0,0); while ($count++ < 50 && !$success) { select(undef, undef, undef, 0.1); - ($success) = `cat /proc/mounts` =~ / $_point /; + ($success) = `mount` =~ / $_point /; } diag "Mounted in ", $count/10, " secs";