summaryrefslogtreecommitdiff
path: root/tests/vtexi2.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vtexi2.test')
-rwxr-xr-xtests/vtexi2.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/vtexi2.test b/tests/vtexi2.test
index 09ba2c287..8ab4afea4 100755
--- a/tests/vtexi2.test
+++ b/tests/vtexi2.test
@@ -19,7 +19,7 @@
# version.texi gets listed as a dependency for the .info file but
# not the .dvi file.
-. ./defs || exit 1
+. ./defs || Exit 1
cat > Makefile.am << 'END'
info_TEXINFOS = zardoz.texi
@@ -34,7 +34,7 @@ END
: > mdate-sh
: > texinfo.tex
-$ACLOCAL || exit 1
-$AUTOMAKE || exit 1
+$ACLOCAL || Exit 1
+$AUTOMAKE || Exit 1
grep '^zardoz\.dvi:' Makefile.in