summaryrefslogtreecommitdiff
path: root/cat
diff options
context:
space:
mode:
authorSean Purcell <me@seanp.xyz>2017-04-26 11:10:17 -0700
committerSean Purcell <iburinoc@gmail.com>2017-05-15 23:06:49 -0400
commitcd63bdcda53a99389d994e5db2e19d8bbd74a62c (patch)
tree0750dce1688e92a280f1abfe6ea6e45f962ae746 /cat
parent45232160e38fd41827712c0e8577835cb5287fd8 (diff)
downloadlibarchive-cd63bdcda53a99389d994e5db2e19d8bbd74a62c.tar.gz
Fix alphabetical order, other small fixes
Diffstat (limited to 'cat')
-rw-r--r--cat/test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cat/test/CMakeLists.txt b/cat/test/CMakeLists.txt
index e76e92e6..4652ff37 100644
--- a/cat/test/CMakeLists.txt
+++ b/cat/test/CMakeLists.txt
@@ -11,18 +11,18 @@ IF(ENABLE_CAT AND ENABLE_TEST)
test_0.c
test_empty_gz.c
test_empty_lz4.c
- test_empty_zstd.c
test_empty_xz.c
+ test_empty_zstd.c
test_error.c
test_error_mixed.c
test_expand_Z.c
test_expand_bz2.c
test_expand_gz.c
test_expand_lz4.c
- test_expand_zstd.c
test_expand_mixed.c
test_expand_plain.c
test_expand_xz.c
+ test_expand_zstd.c
test_help.c
test_version.c
)