aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2008-08-25 06:08:22 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2008-08-25 06:08:22 +0000
commit39056f55e34a6bf63a837a9a019d925893eee4f9 (patch)
tree41342024689b2989cf5e05f29ea2a5dab2048ee5
parent2c0d658fcafa66e25aa170a48ad5dfbd561609f5 (diff)
downloadsrc-39056f55e34a6bf63a837a9a019d925893eee4f9.tar.gz
src-39056f55e34a6bf63a837a9a019d925893eee4f9.zip
Alphabetize the list of tests.
Notes
Notes: svn path=/head/; revision=182149
-rw-r--r--lib/libarchive/test/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libarchive/test/Makefile b/lib/libarchive/test/Makefile
index b1d2a335432a..cbfb6ddef144 100644
--- a/lib/libarchive/test/Makefile
+++ b/lib/libarchive/test/Makefile
@@ -51,21 +51,21 @@ TESTS= \
test_tar_filenames.c \
test_tar_large.c \
test_ustar_filenames.c \
- test_write_compress_program.c \
test_write_compress.c \
+ test_write_compress_program.c \
test_write_disk.c \
test_write_disk_hardlink.c \
test_write_disk_perms.c \
test_write_disk_secure.c \
test_write_format_ar.c \
test_write_format_cpio.c \
- test_write_format_cpio_odc.c \
- test_write_format_cpio_newc.c \
test_write_format_cpio_empty.c \
+ test_write_format_cpio_newc.c \
+ test_write_format_cpio_odc.c \
test_write_format_shar_empty.c \
test_write_format_tar.c \
- test_write_format_tar_ustar.c \
test_write_format_tar_empty.c \
+ test_write_format_tar_ustar.c \
test_write_open_memory.c