tests init: don't automatically re-execute tests with a POSIX shell
[platform/upstream/automake.git] / t / cxx2.sh
index 243e607..7ffba4e 100755 (executable)
--- a/t/cxx2.sh
+++ b/t/cxx2.sh
@@ -16,7 +16,7 @@
 
 # Test that Automake suggests using AC_PROG_CXX if C++ sources are used.
 
-. ./defs || Exit 1
+. ./defs || exit 1
 
 echo AC_PROG_CC >>configure.ac