summaryrefslogtreecommitdiff
path: root/t/aclocal-path-install-serial.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/aclocal-path-install-serial.sh')
-rwxr-xr-xt/aclocal-path-install-serial.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/aclocal-path-install-serial.sh b/t/aclocal-path-install-serial.sh
index c238a7868..683845ced 100755
--- a/t/aclocal-path-install-serial.sh
+++ b/t/aclocal-path-install-serial.sh
@@ -18,7 +18,7 @@
# are involved.
am_create_testdir=empty
-. ./defs || Exit 1
+. ./defs || exit 1
cat > configure.ac << 'END'
AC_INIT
@@ -51,7 +51,7 @@ win ()
$AUTOCONF
$FGREP "::$ok:" m4/foo.m4
$FGREP "::$ok::" configure
- $FGREP "::$ko::" m4/foo.m4 configure && Exit 1
+ $FGREP "::$ko::" m4/foo.m4 configure && exit 1
:
}