summaryrefslogtreecommitdiff
path: root/t/output5.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/output5.sh')
-rwxr-xr-xt/output5.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/output5.sh b/t/output5.sh
index 8bf9403a2..8222ea700 100755
--- a/t/output5.sh
+++ b/t/output5.sh
@@ -16,7 +16,7 @@
# Make sure Automake complains when there is no Makefile specified.
-. ./defs || Exit 1
+. ./defs || exit 1
cat > configure.ac << 'END'
AC_INIT([foo], [bar], [baz])