summaryrefslogtreecommitdiff
path: root/tests/txinfo8.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/txinfo8.test')
-rwxr-xr-xtests/txinfo8.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/txinfo8.test b/tests/txinfo8.test
index 586823ac4..027ce72d7 100755
--- a/tests/txinfo8.test
+++ b/tests/txinfo8.test
@@ -19,7 +19,7 @@
# -a when we're using AC_CONFIG_AUX_DIR. Bug report by by Per
# Cederqvist.
-. ./defs || exit 1
+. ./defs || Exit 1
cat > configure.in << 'END'
AC_INIT
@@ -41,12 +41,12 @@ magic:
@echo $(DISTFILES)
END
-$ACLOCAL || exit 1
-$AUTOMAKE -a || exit 1
+$ACLOCAL || Exit 1
+$AUTOMAKE -a || Exit 1
$FGREP -v @SET_MAKE@ sub/Makefile.in > sub/Makefile.sed
test -f sub/texinfo.tex &&
$MAKE -s -f sub/Makefile.sed SHELL=$SHELL magic | grep 'texinfo\.tex'
stat=$?
-exit $stat
+Exit $stat