summaryrefslogtreecommitdiff
path: root/t/python6.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/python6.sh')
-rwxr-xr-xt/python6.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/python6.sh b/t/python6.sh
index 245cf4fec..b2bc7dae6 100755
--- a/t/python6.sh
+++ b/t/python6.sh
@@ -18,7 +18,7 @@
# Same as python4.test, but using a custom ACTION-IF-NOT-FOUND.
# Python is not required for this test.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >>configure.ac <<\EOF
AM_PATH_PYTHON(,, [echo "$PYTHON" > py])