btrfs-progs/tests/fsck-tests/063-log-missing-csum/test.sh

15 lines
241 B
Bash
Executable File

#!/bin/bash
#
# Verify that check can detect missing log csum items.
source "$TEST_TOP/common" || exit
check_prereq btrfs
check_image() {
run_mustfail "missing log csum items not detected" \
"$TOP/btrfs" check "$1"
}
check_all_images