summaryrefslogtreecommitdiff
path: root/t/warnings-unknown.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/warnings-unknown.sh')
-rwxr-xr-xt/warnings-unknown.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/warnings-unknown.sh b/t/warnings-unknown.sh
index 4d64059e0..d1b2b8ca3 100755
--- a/t/warnings-unknown.sh
+++ b/t/warnings-unknown.sh
@@ -16,7 +16,7 @@
# Check that automake complains about unknown warnings.
-. ./defs || Exit 1
+. ./defs || exit 1
# We want (almost) complete control over automake options.
AUTOMAKE="$am_original_AUTOMAKE --foreign -Werror"