summaryrefslogtreecommitdiff
path: root/t/candist.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/candist.sh')
-rwxr-xr-xt/candist.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/candist.sh b/t/candist.sh
index aaa40d499..d87836a97 100755
--- a/t/candist.sh
+++ b/t/candist.sh
@@ -16,7 +16,7 @@
# Test to make sure things that cannot be dist_'ed are diagnosed.
-. ./defs || Exit 1
+. ./defs || exit 1
echo AC_OUTPUT >>configure.ac
@@ -29,4 +29,4 @@ $ACLOCAL
AUTOMAKE_fails
test 2 -eq $(grep -c 'dist.*forbidden' stderr)
-Exit 0
+exit 0