summaryrefslogtreecommitdiff
path: root/t/badopt.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/badopt.sh')
-rwxr-xr-xt/badopt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/badopt.sh b/t/badopt.sh
index b06657f27..b548a4f53 100755
--- a/t/badopt.sh
+++ b/t/badopt.sh
@@ -16,7 +16,7 @@
# Test to make sure bad options cause error.
-. ./defs || Exit 1
+. ./defs || exit 1
echo 'AUTOMAKE_OPTIONS = zardoz' > Makefile.am