Ralf Wildenhues <[EMAIL PROTECTED]> 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:

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


Reply via email to