summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libarchive/test/Makefile2
-rw-r--r--libarchive/test/test_compat_solaris_tar_acl.c (renamed from libarchive/test/test_acl_solaris.c)4
-rw-r--r--libarchive/test/test_compat_solaris_tar_acl.tar.uu (renamed from libarchive/test/test_acl_solaris.tar.uu)0
3 files changed, 3 insertions, 3 deletions
diff --git a/libarchive/test/Makefile b/libarchive/test/Makefile
index 77bf8e45..83bdb734 100644
--- a/libarchive/test/Makefile
+++ b/libarchive/test/Makefile
@@ -11,12 +11,12 @@ TESTS= \
test_acl_basic.c \
test_acl_freebsd.c \
test_acl_pax.c \
- test_acl_solaris.c \
test_archive_api_feature.c \
test_bad_fd.c \
test_compat_bzip2.c \
test_compat_gtar.c \
test_compat_gzip.c \
+ test_compat_solaris_tar_acl.c \
test_compat_tar_hardlink.c \
test_compat_xz.c \
test_compat_zip.c \
diff --git a/libarchive/test/test_acl_solaris.c b/libarchive/test/test_compat_solaris_tar_acl.c
index 57a4ff3d..ec3955ec 100644
--- a/libarchive/test/test_acl_solaris.c
+++ b/libarchive/test/test_compat_solaris_tar_acl.c
@@ -33,11 +33,11 @@ __FBSDID("$FreeBSD$");
* filesystems support ACLs or not.
*/
-DEFINE_TEST(test_acl_solaris)
+DEFINE_TEST(test_compat_solaris_tar_acl)
{
struct archive *a;
struct archive_entry *ae;
- const char *reference1 = "test_acl_solaris.tar";
+ const char *reference1 = "test_compat_solaris_tar_acl.tar";
int type, permset, tag, qual;
const char *name;
diff --git a/libarchive/test/test_acl_solaris.tar.uu b/libarchive/test/test_compat_solaris_tar_acl.tar.uu
index 229b3356..229b3356 100644
--- a/libarchive/test/test_acl_solaris.tar.uu
+++ b/libarchive/test/test_compat_solaris_tar_acl.tar.uu