summaryrefslogtreecommitdiff
path: root/t/conff2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/conff2.sh')
-rwxr-xr-xt/conff2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/conff2.sh b/t/conff2.sh
index 2c42f29bc..728d78e3d 100755
--- a/t/conff2.sh
+++ b/t/conff2.sh
@@ -16,7 +16,7 @@
# Make sure empty calls to AC_CONFIG_FILES or AC_CONFIG_HEADERS are diagnosed.
-. ./defs || Exit 1
+. ./defs || exit 1
# We avoid using configure.ac stub initialized by ./defs, since we need
# to keep track of line numbers (to grep for error messages).