summaryrefslogtreecommitdiff
path: root/tests/fsck-tests/034-bad-inode-flags/test.sh
blob: 4bdc2bf0376c562289ae385d271a555cc7b8b082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
# In order to confirm that 'btrfs check' supports checking symlinks
# with immutable/append attributes that are not possible to set by standard
# syscall or ioctl so they're handled as corruption

source "$TEST_TOP/common"

check_prereq btrfs

check_image() {
	run_mustfail "check should report errors about inode flags" \
        $SUDO_HELPER "$TOP/btrfs" check "$1"
}

check_all_images