summaryrefslogtreecommitdiff
path: root/tests/version.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/version.test')
-rwxr-xr-xtests/version.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/version.test b/tests/version.test
index df6f49da9..731baf5bc 100755
--- a/tests/version.test
+++ b/tests/version.test
@@ -17,7 +17,7 @@
# Test to make sure [...] is ok in version number. Report from Jim
# Meyering.
-. ./defs || exit 1
+. ./defs || Exit 1
cat > configure.in << 'END'
AC_INIT
@@ -36,5 +36,5 @@ END
: > ChangeLog
: > THANKS
-$ACLOCAL || exit 1
+$ACLOCAL || Exit 1
$AUTOMAKE --gnits