tests: simpler workaround for shells losing the exit status in exit trap
[platform/upstream/automake.git] / t / cond26.sh
index f0aac96..74cc7cc 100755 (executable)
@@ -17,7 +17,7 @@
 # Check that non-conditional primaries can use conditional directories.
 # Reported by Juergen Keil.
 
-. ./defs || Exit 1
+. ./defs || exit 1
 
 cat >>configure.ac << 'EOF'
 AM_CONDITIONAL([USE_FOO], [true])