From: Tim Kientzle Date: Fri, 3 Jun 2016 13:46:40 +0000 (-0700) Subject: Fix the broken test name X-Git-Tag: v3.2.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ce6286af3c061b5153f9b93158910ab38b1aee;p=thirdparty%2Flibarchive.git Fix the broken test name --- diff --git a/Makefile.am b/Makefile.am index 3f6ea6fff..3e2dc6298 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \