summaryrefslogtreecommitdiff
path: root/tests/make.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/make.test')
-rwxr-xr-xtests/make.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/make.test b/tests/make.test
index 187e7a337..06a181329 100755
--- a/tests/make.test
+++ b/tests/make.test
@@ -18,7 +18,7 @@
# From Ralf Corsepius.
required=GNUmake
-. ./defs || exit 1
+. ./defs || Exit 1
cat > configure.in << 'END'
AC_INIT(Makefile.am)
@@ -56,4 +56,4 @@ for flag in '' -w; do
rm -f config.cache
done
-exit 0
+Exit 0