summaryrefslogtreecommitdiff
path: root/t/werror2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/werror2.sh')
-rwxr-xr-xt/werror2.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/werror2.sh b/t/werror2.sh
index 67e0e01f7..52ec1811a 100755
--- a/t/werror2.sh
+++ b/t/werror2.sh
@@ -19,7 +19,7 @@
# succeed if make is run a second time immediately afterwards.
# Report from Harlan Stenn.
-. ./defs || Exit 1
+. ./defs || exit 1
echo AC_OUTPUT>>configure.ac
@@ -42,7 +42,7 @@ foo_SOURCES = unused
END
# This repetition is deliberate; see heading comments.
-$MAKE && Exit 1
-$MAKE && Exit 1
+$MAKE && exit 1
+$MAKE && exit 1
: