summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2000-03-19 20:35:46 +0000
committerTom Tromey <tromey@redhat.com>2000-03-19 20:35:46 +0000
commit994c1aaa3dcb76842989204912b4d34634b4b571 (patch)
tree7a225f74a2764695272450ce145dc2b163fea488
parentd7a10601c9cd97269fb06319f8b84ebb6301f0c4 (diff)
downloadautomake-994c1aaa3dcb76842989204912b4d34634b4b571.tar.gz
* install2.test: Expect a `dist' failure.
-rw-r--r--tests/ChangeLog4
-rwxr-xr-xtests/install2.test6
2 files changed, 7 insertions, 3 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index e741abccd..4e40dccc8 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,5 +1,9 @@
2000-03-19 Tom Tromey <tromey@cygnus.com>
+ * install2.test: Expect a `dist' failure.
+
+2000-03-19 Tom Tromey <tromey@cygnus.com>
+
* nodepcomp.test: New file.
* Makefile.am (TESTS): Added nodepcomp.test.
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