summaryrefslogtreecommitdiff
path: root/tests/ext3.ktest
blob: bbacc282a749d670de145516855131b9adc57223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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 "$@"