summaryrefslogtreecommitdiff
path: root/t/cond4.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/cond4.sh')
-rwxr-xr-xt/cond4.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/cond4.sh b/t/cond4.sh
index 9bd0cc6fd..72d98c9dd 100755
--- a/t/cond4.sh
+++ b/t/cond4.sh
@@ -16,7 +16,7 @@
# Another sources-in-conditional test. Report from Tim Goodwin.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AC_SUBST([CC], [false])
@@ -48,8 +48,8 @@ $ACLOCAL
$AUTOMAKE -i
# We should not output useless definitions.
-grep '^@ONE_FALSE@' Makefile.in && Exit 1
-grep '^@TWO_FALSE@' Makefile.in && Exit 1
+grep '^@ONE_FALSE@' Makefile.in && exit 1
+grep '^@TWO_FALSE@' Makefile.in && exit 1
$AUTOCONF