summaryrefslogtreecommitdiff
path: root/tests/dirlist.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dirlist.test')
-rwxr-xr-xtests/dirlist.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/dirlist.test b/tests/dirlist.test
index 98c26bb4a..5cd5f3a5c 100755
--- a/tests/dirlist.test
+++ b/tests/dirlist.test
@@ -17,7 +17,7 @@
# Check dirlist support.
# This test relies on m4/dirlist
-. ./defs || exit 1
+. ./defs || Exit 1
set -e
@@ -47,13 +47,13 @@ $AUTOCONF
# there should be no m4_include in aclocal.m4, even tho m4/dirlist contains
# `./dirlist-test' as a relative directory. Only -I directories are subject
# to file inclusion.
-grep m4_include aclocal.m4 && exit 1
+grep m4_include aclocal.m4 && Exit 1
grep 'GUILE-VERSION' configure
# This bug can occur only when we do a VPATH build of Automake
# (because of the `-I' passed to aclocal in tests/defs/aclocal.in) but
# it's OK because VPATH builds are done by `make distcheck'.
-grep 'I should not be included' configure && exit 1
+grep 'I should not be included' configure && Exit 1
: