From: Theodore Ts'o Date: Sat, 13 Jul 2019 21:42:30 +0000 (-0400) Subject: tests: fix test_script so that it will run all tests if w/o arguments X-Git-Tag: v1.45.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2760eed22aad08181b79ac4f4c9b61f8e09ffbd3;p=thirdparty%2Fe2fsprogs.git tests: fix test_script so that it will run all tests if w/o arguments Signed-off-by: Theodore Ts'o --- diff --git a/tests/test_script.in b/tests/test_script.in index 9959e308e..442999db2 100644 --- a/tests/test_script.in +++ b/tests/test_script.in @@ -39,7 +39,7 @@ for i; do done if test "$TESTS"x = x ; then - if test -n "DO_FAILED"; then + if test -n "$DO_FAILED"; then exit 0 fi TESTS=`ls -d $SRCDIR/[a-zA-Z]_*`