]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
* tests/test_block_header.c (test3): Remove duplicate initializer.
authorJim Meyering <meyering@redhat.com>
Sun, 9 Dec 2007 14:34:25 +0000 (15:34 +0100)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 9 Dec 2007 15:07:01 +0000 (17:07 +0200)
autogen.sh
tests/test_block_header.c

index beddf735aa2700285cb5fabc909770b654975859..4f8f10ddc88dd3fc990c2478809394afba2b3c5a 100755 (executable)
@@ -31,8 +31,8 @@ rm -f \
        wint_t.m4 \
        xsize.m4
 
-aclocal -I m4
 libtoolize -c -f || glibtoolize -c -f
+aclocal -I m4
 autoconf
 autoheader
 automake -acf --foreign
index b50198ce34cc6e7a7525a9aed4b629319491d24b..9285a265bed5da10b21d7f0a9a1c9012401ff583 100644 (file)
@@ -278,7 +278,6 @@ test3(void)
                .has_crc32 = false,
                .has_eopm = true,
                .is_metadata = false,
-               .is_metadata = false,
                .compressed_size = LZMA_VLI_VALUE_UNKNOWN,
                .uncompressed_size = LZMA_VLI_VALUE_UNKNOWN,
                .compressed_reserve = 1,