[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add xz compression support.
From: |
Ralf Wildenhues |
Subject: |
Re: [PATCH] Add xz compression support. |
Date: |
Sat, 22 Nov 2008 14:21:06 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
* Jim Meyering wrote on Sat, Nov 22, 2008 at 02:17:55PM CET:
> Ralf Wildenhues <address@hidden> wrote:
> ...
> > Anyway, thanks for the patch. Committed to master with only minor
> > modifications. It would be nice if you could test the new test to
> > ensure that it passes with 'xz' installed (I haven't done that on my
> > system yet, let's see if Debian uploads a package for it soon). Thanks.
>
> Thanks, Ralf!
> It does pass, once I fix the following typo:
Blush. Fixed as below.
Thanks,
Ralf
commit 3b5acbefe6307a0b04046ed56e902ae374b200b8
Author: Jim Meyering <address@hidden>
Date: Sat Nov 22 14:19:35 2008 +0100
Fix typo introduced by Committer in last patch.
* tests/xz.test: Fix typo introduced by Ralf in last patch.
Signed-off-by: Ralf Wildenhues <address@hidden>
diff --git a/ChangeLog b/ChangeLog
index e1b8548..42e8664 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-11-22 Jim Meyering <address@hidden>
+ * 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.
diff --git a/tests/xz.test b/tests/xz.test
index 93f4630..299ce1f 100755
--- a/tests/xz.test
+++ b/tests/xz.test
@@ -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