diff mbox series

btrfs/146: remove unnecessary scratch unmount to avoid test failure

Message ID 20190612100544.1890-1-fdmanana@kernel.org (mailing list archive)
State New, archived
Headers show
Series btrfs/146: remove unnecessary scratch unmount to avoid test failure | expand

Commit Message

Filipe Manana June 12, 2019, 10:05 a.m. UTC
From: Filipe Manana <fdmanana@suse.com>

Right at the beginning of the test we are unmonting the scratch device,
however at this point the device was never mounted, so the unmount fails
with an error message like the following:

  umount: /home/fdmanana/btrfs-tests/scratch_1: not mounted

Which is not expected by the golden output and therefore causes the test
to fail.

Since the device/mount point was not mounted yet in the test, and since
the test framework unmounts the scratch device after each test finishes,
just remove the call to _scratch_unmount.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
---
 tests/btrfs/146 | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/btrfs/146 b/tests/btrfs/146
index 8ec3128b..18e2eec0 100755
--- a/tests/btrfs/146
+++ b/tests/btrfs/146
@@ -38,7 +38,6 @@  _require_test_program fsync-err
 _require_test_program dmerror
 
 # bring up dmerror device
-_scratch_unmount
 _dmerror_init
 
 # Replace first device with error-test device