Mark Glines changes to add ithreads support:
[perl-fuse.git] / test / s / umount.t
index 0fec9b3..28757e2 100644 (file)
@@ -3,7 +3,7 @@ use test::helper qw($_point $_real $_pidfile);
 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);