summaryrefslogtreecommitdiff
path: root/tests/mkfs-tests/003-mixed-with-wrong-nodesize/test.sh
blob: 289d5ff061d59d883a9859fc75890f298640f376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
#
# Mixed mode needs equal sectorsize and nodesize

source $TOP/tests/common

check_prereq mkfs.btrfs

run_check truncate -s 512M $IMAGE
run_mayfail $TOP/mkfs.btrfs -f -M -s 4096 -n 16384 "$IMAGE" && _fail

exit 0