tests: simpler workaround for shells losing the exit status in exit trap
[platform/upstream/automake.git] / t / remake.sh
index 620d5f8..b883d2a 100755 (executable)
@@ -18,7 +18,7 @@
 # are correctly generated.
 # See also sister functional test 'remake1a.test'.
 
-. ./defs || Exit 1
+. ./defs || exit 1
 
 cat > configure.ac <<END
 AC_INIT([$me], [1.0])