summaryrefslogtreecommitdiff
path: root/tests/man.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/man.test')
-rwxr-xr-xtests/man.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/man.test b/tests/man.test
index d152360cb..6dfe7a857 100755
--- a/tests/man.test
+++ b/tests/man.test
@@ -16,7 +16,7 @@
# Test to make sure `dist' prefix works with man pages.
-. ./defs || exit 1
+. ./defs || Exit 1
cat > Makefile.am << 'END'
dist_man_MANS = foo.1
@@ -26,6 +26,6 @@ END
: > foo.1
: > bar.man
-$ACLOCAL || exit 1
-$AUTOMAKE || exit 1
+$ACLOCAL || Exit 1
+$AUTOMAKE || Exit 1
grep '^MANS ' Makefile.in