summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2013-09-22 04:15:34 +0100
committerPádraig Brady <P@draigBrady.com>2013-09-22 04:15:34 +0100
commit3414301f5951c1805aa9185cce13f421f09042de (patch)
tree3800128d72a0d4d6e0d87d55df1ef18cd0b3599f /tests
parent587cc684dc3f104bb9b6b05c7fc4873660909dac (diff)
downloadcoreutils-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
Diffstat (limited to 'tests')
-rwxr-xr-xtests/id/context.sh (renamed from tests/misc/id-context.sh)0
-rwxr-xr-xtests/id/setgid.sh (renamed from tests/misc/id-setgid.sh)0
-rwxr-xr-xtests/id/uid.sh (renamed from tests/misc/id-uid.sh)0
-rwxr-xr-xtests/id/zero.sh (renamed from tests/misc/id-zero.sh)0
-rw-r--r--tests/local.mk10
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 \