commit: b11ba1dcaf9fdef7463b4e1150510eaf877c27b7
parent e0446c3dbd7a2201da9023808aec3e4f7df89886
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 26 Dec 2024 09:00:05 +0100
test-cmd/id.sh: drop `id -G` test
Different systems have different ways of sorting the group list, better to drop it for now
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/test-cmd/id.sh b/test-cmd/id.sh
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: MPL-2.0
target="$(dirname "$0")/../cmd/id"
-plans=12
+plans=11
. "$(dirname "$0")/tap.sh"
usage='Usage: id [-Ggu] [-nr] [user]
@@ -27,8 +27,6 @@ t un -un "$(id -un)
t unr -unr "$(id -unr)
"
-t G -G "$(id -G)
-"
# Make sure the correct list is returned for different users
# Previously it would only return the runtime list of the current user
t G_nobody '-G nobody' "$(id -G nobody)