summaryrefslogtreecommitdiff
path: root/t/pluseq2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/pluseq2.sh')
-rwxr-xr-xt/pluseq2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/pluseq2.sh b/t/pluseq2.sh
index 102076a6d..206944488 100755
--- a/t/pluseq2.sh
+++ b/t/pluseq2.sh
@@ -16,7 +16,7 @@
# Test '+=' with conditionals.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AM_CONDITIONAL([CHECK], [true])