summaryrefslogtreecommitdiff
path: root/t/cond21.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/cond21.sh')
-rwxr-xr-xt/cond21.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond21.sh b/t/cond21.sh
index 7719c835d..f5c748c71 100755
--- a/t/cond21.sh
+++ b/t/cond21.sh
@@ -16,7 +16,7 @@
# Check for use of = and += in different conditions.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AM_CONDITIONAL([COND1], [true])