summaryrefslogtreecommitdiff
path: root/t/empty4.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/empty4.sh')
-rwxr-xr-xt/empty4.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/empty4.sh b/t/empty4.sh
index 810642607..1233f4097 100755
--- a/t/empty4.sh
+++ b/t/empty4.sh
@@ -17,7 +17,7 @@
# Test to make sure empty _SOURCES works.
# From Paul Berrevoets.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AC_PROG_CC
@@ -34,5 +34,5 @@ END
$ACLOCAL
$AUTOMAKE
-$FGREP zoo. Makefile.in && Exit 1
-Exit 0
+$FGREP zoo. Makefile.in && exit 1
+exit 0