aboutsummaryrefslogtreecommitdiffstats
path: root/perl/test/s/umount.t
blob: da60677a5009cea1e2b0996b4a5474fc3b10a748 (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/perl
use test::helper qw($_point $_real $_pidfile);
use strict;
use Test::More tests => 1;
system("umount $_point");
ok(1,"unmount");
system("rm -rf $_real $_pidfile");