Skip to content

Commit

Permalink
Sleeping as otherwise we can't umount
Browse files Browse the repository at this point in the history
  • Loading branch information
csirmaz committed Dec 29, 2014
1 parent 6e92c47 commit c35de88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ sub delete_snapshot {
# Cleanup
#########

sleep 3;

chdir '../..' || die "Cannot chdir";
`fusermount -u test/mnt`;
rmdir 'test/mnt' || die "Error: test/mnt is not empty";
Expand Down

0 comments on commit c35de88

Please # to comment.