1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#!/bin/bash . $(dirname $(readlink -e "${BASH_SOURCE[0]}"))/xfstests.sh require-kernel-config EXT2_FS require-kernel-config EXT2_FS_XATTR require-kernel-config EXT2_FS_POSIX_ACL run_tests() { export MKFS_OPTIONS= run_xfstests ext2 "$@" } main "$@"