summaryrefslogtreecommitdiff
path: root/t/cond23.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/cond23.sh')
-rwxr-xr-xt/cond23.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond23.sh b/t/cond23.sh
index d6c2bdfe3..522cffa1e 100755
--- a/t/cond23.sh
+++ b/t/cond23.sh
@@ -17,7 +17,7 @@
# Check that conditional redefinitions of AC_SUBST'ed variables are detected.
# Report from Patrik Weiskircher.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >>configure.ac <<EOF
AM_CONDITIONAL([COND], [true])