* tests/xz.test: Fix typo introduced by Ralf in last patch.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
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.
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