From 07f96151f33e7b8efe78cc397b2cfc5619baaabf Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 24 Oct 2021 19:03:30 -0500 Subject: system/coreutils: Fix test suite under apkf The chgrp calls fail because of supplementary group shens under fakeroot. Override the group detection to prevent this. --- system/coreutils/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'system') diff --git a/system/coreutils/APKBUILD b/system/coreutils/APKBUILD index 71c10cca4..a91eaf7b8 100644 --- a/system/coreutils/APKBUILD +++ b/system/coreutils/APKBUILD @@ -54,7 +54,9 @@ build() { } check() { - make check + # This prevents 'chgrp' tests from breaking inside APK Foundry. + env COREUTILS_GROUPS='build' make -C tests check + # We can't run gnulb-tests because of multiple chown failures. } package() { -- cgit v1.2.3-60-g2f50