diff options
author | Eric Blake <ebb9@byu.net> | 2009-10-23 08:12:29 -0600 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-10-23 16:31:34 -0600 |
commit | 2122247acae6672e2dcfba095dc84cf84bc8ef41 (patch) | |
tree | 7eabf249a1b6f8100ef16c57e1e7d7f93af67a2a | |
parent | bd933c125073bf5b071d8ea0631de8aac3a8c3e9 (diff) | |
download | coreutils-2122247acae6672e2dcfba095dc84cf84bc8ef41.tar.xz |
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.
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rwxr-xr-x | tests/misc/chroot-credentials (renamed from tests/chroot/credentials) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ae17e9fe2..be92fbaea 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 index f200f14ab..f200f14ab 100755 --- a/tests/chroot/credentials +++ b/tests/misc/chroot-credentials |