summaryrefslogtreecommitdiff
path: root/t/warnings-override.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/warnings-override.sh')
-rwxr-xr-xt/warnings-override.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/warnings-override.sh b/t/warnings-override.sh
index 9f973c6db..756cac83b 100755
--- a/t/warnings-override.sh
+++ b/t/warnings-override.sh
@@ -21,7 +21,7 @@
# been in place for quite a long time); see also Automake bug #7673.
# Update this test if the semantics are changed.
-. ./defs || Exit 1
+. ./defs || exit 1
# We want (almost) complete control over automake options.
AUTOMAKE="$am_original_AUTOMAKE -Werror"