btrfs-progs/tests/misc-tests/032-bad-item-ptr/test.sh
Qu Wenruo 0ef6797205 btrfs-progs: tests: Add test case for dump-tree on heavily corrupted leaf
Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2018-06-07 16:37:32 +02:00

18 lines
345 B
Bash
Executable File

#!/bin/bash
#
# Verify that btrfs inspect dump-tree won't segfault on heavily corrupted
# tree leaf
# Issue: #128
source "$TEST_TOP/common"
check_prereq btrfs
check_image() {
run_check "$TOP/btrfs" inspect-internal dump-tree "$1"
run_mustfail "btrfs check failed to detect such corruption" \
"$TOP/btrfs" check "$1"
}
check_all_images