btrfs-progs: introduce TEST_TOP and INTERNAL_BIN for tests
[platform/upstream/btrfs-progs.git] / tests / mkfs-tests / 003-mixed-with-wrong-nodesize / test.sh
1 #!/bin/bash
2 #
3 # Mixed mode needs equal sectorsize and nodesize
4
5 source "$TEST_TOP/common"
6
7 check_prereq mkfs.btrfs
8
9 run_mayfail "$TOP/mkfs.btrfs" -b 512M -f -M -s 4096 -n 16384 "$TEST_DEV" && _fail
10
11 exit 0