summaryrefslogtreecommitdiff
path: root/t/colon6.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/colon6.sh')
-rwxr-xr-xt/colon6.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/colon6.sh b/t/colon6.sh
index 9f14d2a09..1e93a8f99 100755
--- a/t/colon6.sh
+++ b/t/colon6.sh
@@ -16,7 +16,7 @@
# Yet another multi-":" test, this time from Ken Pizzini.
-. ./defs || Exit 1
+. ./defs || exit 1
cat > configure.ac <<END
AC_INIT([$me], [1.0])
@@ -37,7 +37,7 @@ $AUTOMAKE
# These are older "grepping checks", kept mostly for backward-compatibility.
# They might (unlikely, but possibly) require updating when automake
# internals are changed. Just relax or remove if they become too fragile.
-$EGREP 'Makefile:.*(demo|version)' demo/Makefile.in && Exit 1
+$EGREP 'Makefile:.*(demo|version)' demo/Makefile.in && exit 1
grep 'version\.good:.*version\.gin' demo/Makefile.in
$AUTOCONF
@@ -87,7 +87,7 @@ for vpath in : false; do
# version.good should depend on version.gin.
rm -f version.good
- $MAKE version.good >output 2>&1 && { cat output; Exit 1; }
+ $MAKE version.good >output 2>&1 && { cat output; exit 1; }
cat output
# Try to verify that we errored out for the right reason.
$FGREP version.gin output