#!/bin/bash . $(dirname $(readlink -e "${BASH_SOURCE[0]}"))/xfstests.sh require-kernel-config EXT3_FS require-kernel-config EXT4_FS_POSIX_ACL run_tests() { export MKFS_OPTIONS= run_xfstests ext3 "$@" } main "$@"