summaryrefslogtreecommitdiff
path: root/t/subobj-clean-pr10697.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/subobj-clean-pr10697.sh')
-rwxr-xr-xt/subobj-clean-pr10697.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/subobj-clean-pr10697.sh b/t/subobj-clean-pr10697.sh
index a545658f7..ff419d201 100755
--- a/t/subobj-clean-pr10697.sh
+++ b/t/subobj-clean-pr10697.sh
@@ -22,7 +22,7 @@
# 'subobj-clean-lt-pr10697.sh', which deals with the libtool case.
required=cc
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AC_PROG_CC
@@ -115,7 +115,7 @@ for i in 1 2; do
for j in a b c d e f; do
test ! -f sub$i/$j.o
test ! -f sub$i/$j.obj
- test -f sub$i/$j.c || Exit 99 # Sanity check
+ test -f sub$i/$j.c || exit 99 # Sanity check
done
done