summaryrefslogtreecommitdiff
path: root/tests/install2.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/install2.test')
-rwxr-xr-xtests/install2.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/install2.test b/tests/install2.test
index a3abfede5..950beaa0a 100755
--- a/tests/install2.test
+++ b/tests/install2.test
@@ -31,7 +31,7 @@ $AUTOMAKE -a || exit 1
chmod 000 Makefile.am
./configure || exit 1
-$MAKE dist || exit 1
+# `dist' should fail because we can't copy Makefile.am.
+$MAKE dist && exit 1
-gunzip foo-0.1.tar.gz || exit 1
-tar tf foo-0.1.tar | fgrep Makefile.am
+exit 0