summaryrefslogtreecommitdiff
path: root/t/colon2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/colon2.sh')
-rwxr-xr-xt/colon2.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/colon2.sh b/t/colon2.sh
index 2b06151d2..b59ad495f 100755
--- a/t/colon2.sh
+++ b/t/colon2.sh
@@ -17,7 +17,7 @@
# Make sure ":" works with files automake generates.
# See also sister test 'colon3.test'.
-. ./defs || Exit 1
+. ./defs || exit 1
cat > configure.ac <<END
AC_INIT([$me], [1.0])
@@ -43,7 +43,7 @@ $FGREP 'zardoz.am' zardoz.in
$FGREP 'zardoz.in' zardoz.in
sed -e 's|zardoz\.am|zrdz.am|g' \
-e 's|zardoz\.in|zrdz.in|g' \
- <zardoz.in | $FGREP 'zardoz' && Exit 1
+ <zardoz.in | $FGREP 'zardoz' && exit 1
# The configure-generated Makefile should depend on zardoz.in, two.in and
# three.in. The automake-generated zardoz.in should depend on zardoz.am.
@@ -58,7 +58,7 @@ test -f Makefile # Sanity check.
$MAKE dummy
# Again, make sure that the generated Makefile do not unduly
# refer to 'zardoz' .
-$MAKE -n zardoz && Exit 1
+$MAKE -n zardoz && exit 1
$sleep
cat >> zardoz.am <<END