]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
tests: fix test_script so that it will run all tests if w/o arguments
authorTheodore Ts'o <tytso@mit.edu>
Sat, 13 Jul 2019 21:42:30 +0000 (17:42 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 13 Jul 2019 21:42:30 +0000 (17:42 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
tests/test_script.in

index 9959e308e03c7b3a4f251df733ae0acd6a4ef48b..442999db2ce83392ad5809ac318b4a02b5c4fd7c 100644 (file)
@@ -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]_*`