--- perl/trunk/test/s/umount.t 2005/03/20 00:36:05 10 +++ perl/trunk/test/s/umount.t 2005/12/21 15:33:37 18 @@ -3,7 +3,7 @@ use strict; use Test::More tests => 1; use POSIX qw(WEXITSTATUS); -#system("umount $_point"); system("fusermount -u $_point"); ok(POSIX::WEXITSTATUS($?) == 0,"unmount"); system("rm -rf $_real $_pidfile"); +rmdir($_point);