summaryrefslogtreecommitdiff
path: root/tests/distcom3.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/distcom3.test')
-rwxr-xr-xtests/distcom3.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/distcom3.test b/tests/distcom3.test
index 2f9c221d1..be2ea6edf 100755
--- a/tests/distcom3.test
+++ b/tests/distcom3.test
@@ -17,7 +17,7 @@
# Test to make sure that non-existing common files are distributed
# if they are buildable.
-. ./defs || exit 1
+. ./defs || Exit 1
set -e
@@ -36,7 +36,7 @@ $ACLOCAL
# Should not warn about missing README, since it is a target.
$AUTOMAKE --add-missing --gnu >stdout 2>&1
cat stdout
-grep README stdout && exit 1
+grep README stdout && Exit 1
sed -n -e '/^DIST_COMMON =.*\\$/ {
:loop