tests: simpler workaround for shells losing the exit status in exit trap
[platform/upstream/automake.git] / t / subdir-cond-err.sh
index 1b5fcea..4eba4f8 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Check SUBDIRS set based on conditionals.
 
-. ./defs || Exit 1
+. ./defs || exit 1
 
 cat >> configure.ac << 'END'
 AM_CONDITIONAL([TEST], [true])