tests init: don't automatically re-execute tests with a POSIX shell
[platform/upstream/automake.git] / t / posixsubst-tests.sh
index 27a451d..c631863 100755 (executable)
@@ -17,7 +17,8 @@
 # Test that POSIX variable expansion '$(var:str=rpl)' works when used
 # with the TESTS special variable.
 
-. ./defs || Exit 1
+# For gen-testsuite-part: ==> try-with-serial-tests <==
+. ./defs || exit 1
 
 cat >> configure.ac << 'END'
 AC_OUTPUT
@@ -53,7 +54,7 @@ $AUTOCONF
 $AUTOMAKE -a
 
 ./configure
-$MAKE check >out 2>&1 && { cat out; Exit 1; }
+$MAKE check >out 2>&1 && { cat out; exit 1; }
 cat out
 ls -l
 grep '^FAIL: foo1\.test *$' out