From: Pádraig Brady Date: Sun, 22 Sep 2013 03:15:34 +0000 (+0100) Subject: maint: move all id(1) tests to the same directory X-Git-Tag: v8.22~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3414301f5951c1805aa9185cce13f421f09042de;p=thirdparty%2Fcoreutils.git 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 --- diff --git a/tests/misc/id-context.sh b/tests/id/context.sh similarity index 100% rename from tests/misc/id-context.sh rename to tests/id/context.sh diff --git a/tests/misc/id-setgid.sh b/tests/id/setgid.sh similarity index 100% rename from tests/misc/id-setgid.sh rename to tests/id/setgid.sh diff --git a/tests/misc/id-uid.sh b/tests/id/uid.sh similarity index 100% rename from tests/misc/id-uid.sh rename to tests/id/uid.sh diff --git a/tests/misc/id-zero.sh b/tests/id/zero.sh similarity index 100% rename from tests/misc/id-zero.sh rename to tests/id/zero.sh diff --git a/tests/local.mk b/tests/local.mk index 1f3e82fe0f..e18deacc71 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 \