]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix typo introduced by Committer in last patch.
authorJim Meyering <meyering@redhat.com>
Sat, 22 Nov 2008 13:19:35 +0000 (14:19 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 22 Nov 2008 13:19:35 +0000 (14:19 +0100)
* tests/xz.test: Fix typo introduced by Ralf in last patch.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/xz.test

index e1b8548dd92076a1dc65c867711a0de7a61d0d19..42e86641ba0348e2b8eff6aaeeb5edc8acfb06e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-11-22  Jim Meyering  <meyering@redhat.com>
 
+       * tests/xz.test: Fix typo introduced by Ralf in last patch.
+
        Add xz compression support.
        * NEWS: Mention xz as well as lzma (xz will displace lzma).
        * automake.in (handle_dist): Recognize dist-xz.
index 93f463043842a21d1f0742d698d89efab46440b7..299ce1f13788d45b714f3fca6e65cc66b25eb348 100755 (executable)
@@ -30,7 +30,7 @@ END
 
 cat > Makefile.am << 'END'
 test: distcheck
-       test $(DIST_ARCHIVES) = foo-1.0.tar.xz
+       test $(DIST_ARCHIVES) = xz-1.0.tar.xz
        test -f $(DIST_ARCHIVES)
 END