From: Eric Blake Date: Fri, 23 Oct 2009 14:12:29 +0000 (-0600) Subject: maint: move chroot test X-Git-Tag: v8.1~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2122247acae6672e2dcfba095dc84cf84bc8ef41;p=thirdparty%2Fcoreutils.git 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. --- 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