tests: simpler workaround for shells losing the exit status in exit trap
[platform/upstream/automake.git] / t / backcompat3.sh
index 5dc78f6..e00992b 100755 (executable)
@@ -18,7 +18,7 @@
 # AM_INIT_AUTOMAKE are both given two or more arguments.
 
 am_create_testdir=empty
-. ./defs || Exit 1
+. ./defs || exit 1
 
 empty=''
 
@@ -146,7 +146,7 @@ $MAKE got
 
 diff exp got
 
-$FGREP am_foo_quux Makefile.in Makefile configure config.status && Exit 1
+$FGREP am_foo_quux Makefile.in Makefile configure config.status && exit 1
 
 
 ### Done ###