diff options
author | David Sterba <dsterba@suse.com> | 2017-05-15 16:34:31 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2017-05-15 16:36:11 +0200 |
commit | 68d303bdbb919a52e715c6f7f8c8378473600572 (patch) | |
tree | 5e87245b76b9a25f1c26f84860c445cb8c7e0809 /tests/misc-tests/019-receive-clones-on-munted-subvol/test.sh | |
parent | 9845d93bb2f158fa2f48e45b0e02e13ad6be6677 (diff) |
btrfs-progs: tests: fix misc/019-receive-clones-on-munted-subvol
Patches "btrfs-progs: tests: correctly receive clones to mounted subvol"
(8eaf63bc9a7b957c566be23df7c6701a9a5b22a2) and followup are missing last
unmount which leads to failure of misc/020.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tests/misc-tests/019-receive-clones-on-munted-subvol/test.sh')
-rwxr-xr-x | tests/misc-tests/019-receive-clones-on-munted-subvol/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc-tests/019-receive-clones-on-munted-subvol/test.sh b/tests/misc-tests/019-receive-clones-on-munted-subvol/test.sh index 3a572439..182b0cf9 100755 --- a/tests/misc-tests/019-receive-clones-on-munted-subvol/test.sh +++ b/tests/misc-tests/019-receive-clones-on-munted-subvol/test.sh @@ -122,4 +122,6 @@ run_check $FSSUM_PROG -r "$srcdir/foo.1.fssum" "$TEST_MNT/foo.1" run_check $FSSUM_PROG -r "$srcdir/bar.0.fssum" "$TEST_MNT/bar.0" run_check $FSSUM_PROG -r "$srcdir/baz.0.fssum" "$TEST_MNT/baz.0" +run_check_umount_test_dev + rm -rf -- "$srcdir" |