summaryrefslogtreecommitdiff
path: root/t/dejagnu6.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/dejagnu6.sh')
-rwxr-xr-xt/dejagnu6.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/dejagnu6.sh b/t/dejagnu6.sh
index 38255f6f8..80ff02785 100755
--- a/t/dejagnu6.sh
+++ b/t/dejagnu6.sh
@@ -17,7 +17,7 @@
# Check that "make check" fails, when a DejaGnu test fails.
required=runtest
-. ./defs || Exit 1
+. ./defs || exit 1
cat > faildeja << 'END'
#! /bin/sh
@@ -50,7 +50,7 @@ $AUTOMAKE --add-missing
./configure
-$MAKE check && Exit 1
+$MAKE check && exit 1
test -f faildeja.log
test -f faildeja.sum
$FGREP 'FAIL: failing_deja_test' faildeja.sum