tests: simpler workaround for shells losing the exit status in exit trap
[platform/upstream/automake.git] / t / extra-programs-empty.sh
index 37e1a2b..189fac4 100755 (executable)
@@ -18,7 +18,7 @@
 # This check has been introduced in commit 'Release-1-9-254-g9d0eaef'
 # into the former test 'subst2.test'.
 
-. ./defs || Exit 1
+. ./defs || exit 1
 
 cat >> configure.ac << 'END'
 AC_CONFIG_FILES([Makefile2 Makefile3])