summaryrefslogtreecommitdiff
path: root/t/dejagnu3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/dejagnu3.sh')
-rwxr-xr-xt/dejagnu3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/dejagnu3.sh b/t/dejagnu3.sh
index 7d15bc941..42345bee0 100755
--- a/t/dejagnu3.sh
+++ b/t/dejagnu3.sh
@@ -17,7 +17,7 @@
# Check that the DejaGnu rules work for a simple program and test case.
required=runtest
-. ./defs || Exit 1
+. ./defs || exit 1
cat > hammer << 'END'
#! /bin/sh
@@ -63,7 +63,7 @@ $MAKE distcheck
# Ensure that the envvar RUNTESTFLAGS is used.
# Report from Mark Mitchell.
RUNTESTFLAGS=--unknown-runtest-option $MAKE check >output 2>&1 \
- && { cat output; Exit 1; }
+ && { cat output; exit 1; }
cat output
$FGREP 'unknown-runtest-option' output