]> sourceware.org Git - automake.git/commitdiff
* install2.test: Expect a `dist' failure.
authorTom Tromey <tromey@redhat.com>
Sun, 19 Mar 2000 20:35:46 +0000 (20:35 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 19 Mar 2000 20:35:46 +0000 (20:35 +0000)
tests/ChangeLog
tests/install2.test

index e741abccd4c848bcc706bc22bfae095f9926648e..4e40dccc8a0d3d07973448cb3dc4a6f0f8e33621 100644 (file)
@@ -1,3 +1,7 @@
+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.
index a3abfede54468be3793f6ee6077b2063137ce656..950beaa0a26ba9e4db972458f85f799f13de74c4 100755 (executable)
@@ -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
This page took 0.030028 seconds and 5 git commands to generate.