tests: simpler workaround for shells losing the exit status in exit trap
[platform/upstream/automake.git] / t / lex2.sh
index 4b20d14..bfdde02 100755 (executable)
--- a/t/lex2.sh
+++ b/t/lex2.sh
@@ -16,7 +16,7 @@
 
 # Make sure that Automake suggest using AM_PROG_LEX when a lexer is used.
 
-. ./defs || Exit 1
+. ./defs || exit 1
 
 cat >> configure.ac << 'END'
 AC_PROG_CC