From 2122247acae6672e2dcfba095dc84cf84bc8ef41 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 23 Oct 2009 08:12:29 -0600 Subject: [PATCH] maint: move chroot test * tests/chroot/credentials: Move... * tests/misc/chroot-credentials: ...here, to reduce number of directories. * tests/Makefile.am (root_tests): Reflect rename. --- tests/Makefile.am | 2 +- tests/{chroot/credentials => misc/chroot-credentials} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{chroot/credentials => misc/chroot-credentials} (100%) diff --git a/tests/Makefile.am b/tests/Makefile.am index ae17e9fe2f..be92fbaea6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,12 +24,12 @@ root_tests = \ cp/preserve-gid \ cp/special-bits \ cp/cp-mv-enotsup-xattr \ - chroot/credentials \ dd/skip-seek-past-dev \ install/install-C-root \ ls/capability \ ls/nameless-uid \ misc/chcon \ + misc/chroot-credentials \ misc/selinux \ misc/truncate-owned-by-other \ mkdir/writable-under-readonly \ diff --git a/tests/chroot/credentials b/tests/misc/chroot-credentials similarity index 100% rename from tests/chroot/credentials rename to tests/misc/chroot-credentials -- 2.47.3