diff options
author | Pádraig Brady <P@draigBrady.com> | 2013-09-22 04:15:34 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-09-22 04:15:34 +0100 |
commit | 3414301f5951c1805aa9185cce13f421f09042de (patch) | |
tree | 3800128d72a0d4d6e0d87d55df1ef18cd0b3599f | |
parent | 587cc684dc3f104bb9b6b05c7fc4873660909dac (diff) | |
download | coreutils-3414301f5951c1805aa9185cce13f421f09042de.tar.xz |
maint: move all id(1) tests to the same directory
* tests/misc/id-context.sh -> tests/id/context.sh
* tests/misc/id-setgid.sh -> tests/id/setgid.sh
* tests/misc/id-uid.sh -> tests/id/uid.sh
* tests/misc/id-zero.sh -> tests/id/zero.sh
* tests/local.mk: Reference the renamed tests
-rwxr-xr-x | tests/id/context.sh (renamed from tests/misc/id-context.sh) | 0 | ||||
-rwxr-xr-x | tests/id/setgid.sh (renamed from tests/misc/id-setgid.sh) | 0 | ||||
-rwxr-xr-x | tests/id/uid.sh (renamed from tests/misc/id-uid.sh) | 0 | ||||
-rwxr-xr-x | tests/id/zero.sh (renamed from tests/misc/id-zero.sh) | 0 | ||||
-rw-r--r-- | tests/local.mk | 10 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/misc/id-context.sh b/tests/id/context.sh index dc0230335..dc0230335 100755 --- a/tests/misc/id-context.sh +++ b/tests/id/context.sh diff --git a/tests/misc/id-setgid.sh b/tests/id/setgid.sh index f29eec072..f29eec072 100755 --- a/tests/misc/id-setgid.sh +++ b/tests/id/setgid.sh diff --git a/tests/misc/id-uid.sh b/tests/id/uid.sh index 13f5663a6..13f5663a6 100755 --- a/tests/misc/id-uid.sh +++ b/tests/id/uid.sh diff --git a/tests/misc/id-zero.sh b/tests/id/zero.sh index 61a2c07ce..61a2c07ce 100755 --- a/tests/misc/id-zero.sh +++ b/tests/id/zero.sh diff --git a/tests/local.mk b/tests/local.mk index 1f3e82fe0..e18deacc7 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -116,12 +116,12 @@ all_root_tests = \ tests/dd/skip-seek-past-dev.sh \ tests/df/problematic-chars.sh \ tests/du/bind-mount-dir-cycle.sh \ + tests/id/setgid.sh \ tests/install/install-C-root.sh \ tests/ls/capability.sh \ tests/ls/nameless-uid.sh \ tests/misc/chcon.sh \ tests/misc/chroot-credentials.sh \ - tests/misc/id-setgid.sh \ tests/misc/selinux.sh \ tests/misc/truncate-owned-by-other.sh \ tests/mkdir/writable-under-readonly.sh \ @@ -274,10 +274,6 @@ all_tests = \ tests/misc/groups-version.sh \ tests/misc/head-c.sh \ tests/misc/head-pos.sh \ - tests/misc/id-context.sh \ - tests/misc/id-uid.sh \ - tests/misc/id-setgid.sh \ - tests/misc/id-zero.sh \ tests/misc/md5sum.pl \ tests/misc/md5sum-bsd.sh \ tests/misc/md5sum-newline.pl \ @@ -510,6 +506,10 @@ all_tests = \ tests/du/two-args.sh \ tests/id/gnu-zero-uids.sh \ tests/id/no-context.sh \ + tests/id/context.sh \ + tests/id/uid.sh \ + tests/id/setgid.sh \ + tests/id/zero.sh \ tests/install/basic-1.sh \ tests/install/create-leading.sh \ tests/install/d-slashdot.sh \ |