diff --git a/tests/tests/xfstests.sh b/tests/tests/xfstests.sh index 3d21ca39..5f0f35de 100644 --- a/tests/tests/xfstests.sh +++ b/tests/tests/xfstests.sh @@ -19,10 +19,10 @@ # make sure we have our config if [ -z "$T_XFSTESTS_REPO" ]; then - t_fail "xfstests requires -X repo" + t_skip "xfstests requires -X repo" fi if [ -z "$T_XFSTESTS_BRANCH" -a -z "$T_SKIP_CHECKOUT" ]; then - t_fail "xfstests requires -x branch" + t_skip "xfstests requires -x branch" fi t_quiet mkdir -p "$T_TMPDIR/mnt.scratch"