tests init: don't automatically re-execute tests with a POSIX shell
[platform/upstream/automake.git] / t / missing.sh
index 473d041..fcca48f 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Test missing with version mismatches.
 
-. ./defs || Exit 1
+. ./defs || exit 1
 
 cat >>configure.ac <<'EOF'
 AC_OUTPUT
@@ -61,6 +61,6 @@ $MAKE
 # Make sure $MAKE fails when timestamps aren't updated and missing is not used.
 $sleep
 touch aclocal.m4
-$MAKE && Exit 1
+$MAKE && exit 1
 
 :