tests: simpler workaround for shells losing the exit status in exit trap
[platform/upstream/automake.git] / t / output3.sh
index dd7aaef..2e4f38a 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Yet another AC_OUTPUT test.
 
-. ./defs || Exit 1
+. ./defs || exit 1
 
 cat > configure.ac <<END
 AC_INIT([$me], [1.0])