summaryrefslogtreecommitdiff
path: root/t/python5.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/python5.sh')
-rwxr-xr-xt/python5.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/python5.sh b/t/python5.sh
index 80429f9c6..8e1e03089 100755
--- a/t/python5.sh
+++ b/t/python5.sh
@@ -18,7 +18,7 @@
# Same as python4.test, but requiring a version.
# Python is not required for this test.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >>configure.ac <<EOF
# Hopefully the Python team will never release such a version.
@@ -35,7 +35,7 @@ $AUTOMAKE --add-missing
./configure >stdout 2>stderr && {
cat stdout
cat stderr >&2
- Exit 1
+ exit 1
}
cat stdout
cat stderr >&2