summaryrefslogtreecommitdiff
path: root/tests/werror2.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/werror2.test')
-rwxr-xr-xtests/werror2.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/werror2.test b/tests/werror2.test
index 8b8a79823..2d64bcb71 100755
--- a/tests/werror2.test
+++ b/tests/werror2.test
@@ -20,7 +20,7 @@
# Report from Harlan Stenn.
required=GNUmake
-. ./defs || exit 1
+. ./defs || Exit 1
set -e
@@ -41,8 +41,8 @@ INCLUDES = -Ifoo
foo_SOURCES = unused
END
-$MAKE && exit 1
+$MAKE && Exit 1
-$MAKE && exit 1
+$MAKE && Exit 1
: