commit: e0446c3dbd7a2201da9023808aec3e4f7df89886
parent 597c8e82be13b4081d0c27c38ed85b61bd3becf0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 26 Dec 2024 08:58:30 +0100
test-cmd/chown.t: ArchLinux has :nobody but not :nogroup
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-cmd/chown.t b/test-cmd/chown.t
@@ -7,7 +7,7 @@
$ test "$(command -v chown)" = "$TESTDIR/../cmd/chown"
$ test ! -f enoent
- $ chown nobody:nogroup enoent
+ $ chown "nobody:$(id -Gn nobody)" enoent
chown: error: Failed getting status for 'enoent': No such file or directory
[1]