summaryrefslogtreecommitdiff
path: root/t/confh.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/confh.sh')
-rwxr-xr-xt/confh.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/confh.sh b/t/confh.sh
index 9dc2f15b1..140775773 100755
--- a/t/confh.sh
+++ b/t/confh.sh
@@ -17,7 +17,7 @@
# Test to make sure config.h works in a subdir.
# Report from Alexandre Oliva.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AC_CONFIG_HEADERS([include/config.h])