summaryrefslogtreecommitdiff
path: root/t/python5b.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/python5b.sh')
-rwxr-xr-xt/python5b.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/python5b.sh b/t/python5b.sh
index 366c9b133..39190d920 100755
--- a/t/python5b.sh
+++ b/t/python5b.sh
@@ -18,7 +18,7 @@
# Same as python5.test, but with the user forcing the python to use.
required=python
-. ./defs || Exit 1
+. ./defs || exit 1
cat >>configure.ac << 'END'
# Hopefully the Python team will never release such a version.
@@ -43,7 +43,7 @@ $AUTOMAKE --add-missing
./configure PYTHON=my-python >stdout 2>stderr && {
cat stdout
cat stderr >&2
- Exit 1
+ exit 1
}
cat stdout
cat stderr >&2