summaryrefslogtreecommitdiff
path: root/t/condhook.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/condhook.sh')
-rwxr-xr-xt/condhook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/condhook.sh b/t/condhook.sh
index bcd05510e..dd2153c28 100755
--- a/t/condhook.sh
+++ b/t/condhook.sh
@@ -18,7 +18,7 @@
# Keep this in sync with sister test condhook2.test.
# Report by Nik A. Melchior (PR/428).
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AM_CONDITIONAL([TEST], [false])