]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix the broken test name
authorTim Kientzle <kientzle@gmail.com>
Fri, 3 Jun 2016 13:46:40 +0000 (06:46 -0700)
committerTim Kientzle <kientzle@gmail.com>
Fri, 3 Jun 2016 13:46:40 +0000 (06:46 -0700)
Makefile.am

index 3f6ea6fff36f7ae85367a1ee27769f0cf2740074..3e2dc629807d9f9b7f1907cc81237f554833f3ed 100644 (file)
@@ -383,7 +383,6 @@ libarchive_test_SOURCES= \
        libarchive/test/test_filter_count.c \
        libarchive/test/test_fuzz.c \
        libarchive/test/test_gnutar_filename_encoding.c \
-       libarchive/test/test_write_format_gnutar_filenames.c
        libarchive/test/test_link_resolver.c \
        libarchive/test/test_open_failure.c \
        libarchive/test/test_open_fd.c \
@@ -534,6 +533,7 @@ libarchive_test_SOURCES= \
        libarchive/test/test_write_format_cpio_newc.c \
        libarchive/test/test_write_format_cpio_odc.c \
        libarchive/test/test_write_format_gnutar.c \
+       libarchive/test/test_write_format_gnutar_filenames.c \
        libarchive/test/test_write_format_iso9660.c \
        libarchive/test/test_write_format_iso9660_boot.c \
        libarchive/test/test_write_format_iso9660_empty.c \