summaryrefslogtreecommitdiff
path: root/t/alpha.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/alpha.sh')
-rwxr-xr-xt/alpha.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/alpha.sh b/t/alpha.sh
index 90f2cc267..fe7ec1a1a 100755
--- a/t/alpha.sh
+++ b/t/alpha.sh
@@ -16,7 +16,7 @@
# Make sure README-alpha is distributed when appropriate. Report from
# Jim Meyering.
-. ./defs || Exit 1
+. ./defs || exit 1
cat > configure.ac << 'END'
AC_INIT([alpha], [1.0a])
@@ -60,7 +60,7 @@ $AUTOMAKE
./configure
# "make distdir" should fail because NEWS does not mention 1.0a
-$MAKE check 2>stderr && { cat stderr >&2; Exit 1; }
+$MAKE check 2>stderr && { cat stderr >&2; exit 1; }
cat stderr >&2
grep 'NEWS not updated' stderr
test ! -f works