summaryrefslogtreecommitdiff
path: root/tests/misc-tests/011-delete-missing-device/test.sh
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-10-26 16:41:32 +0200
committerDavid Sterba <dsterba@suse.com>2016-11-09 13:13:37 +0100
commitc8d1c4c7920efea969fedfd6d7b0669832161d22 (patch)
treec57ce99d34a5349b2c3e55a214e29623b71281fe /tests/misc-tests/011-delete-missing-device/test.sh
parent40de2f62793ad54a91755edb301f2609121137e4 (diff)
btrfs-progs: tests: switch to dump- commands from inspect
The dump-super and debug-tree commands are replacements for the standalone tools. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tests/misc-tests/011-delete-missing-device/test.sh')
-rwxr-xr-xtests/misc-tests/011-delete-missing-device/test.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/misc-tests/011-delete-missing-device/test.sh b/tests/misc-tests/011-delete-missing-device/test.sh
index 26645f10..57e88745 100755
--- a/tests/misc-tests/011-delete-missing-device/test.sh
+++ b/tests/misc-tests/011-delete-missing-device/test.sh
@@ -3,7 +3,6 @@
source $TOP/tests/common
-check_prereq btrfs-show-super
check_prereq mkfs.btrfs
check_prereq btrfs
@@ -39,7 +38,7 @@ cleanup_devices()
test_do_mkfs()
{
run_check $SUDO_HELPER $TOP/mkfs.btrfs -f $@ ${devs[@]}
- run_check $TOP/btrfs-show-super $dev1
+ run_check $TOP/btrfs inspect-internal dump-super $dev1
run_check $SUDO_HELPER $TOP/btrfs check $dev1
run_check $TOP/btrfs filesystem show
}