From df356c22ba9a5c21fe1e393593d0669eb6b1426b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 28 May 2009 22:36:05 +0200 Subject: tests: use "nobody" as the default group name in chroot test * tests/test-lib.sh (NON_ROOT_GROUP): Use "nobody", not "nogroup". --- tests/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-lib.sh b/tests/test-lib.sh index a765bd626..e5eed8db6 100644 --- a/tests/test-lib.sh +++ b/tests/test-lib.sh @@ -204,7 +204,7 @@ require_root_() { uid_is_privileged_ || skip_test_ "must be run as root" NON_ROOT_USERNAME=${NON_ROOT_USERNAME=nobody} - NON_ROOT_GROUP=${NON_ROOT_GROUP=nogroup} + NON_ROOT_GROUP=${NON_ROOT_GROUP=nobody} } skip_if_root_() { uid_is_privileged_ && skip_test_ "must be run as non-root"; } -- cgit v1.2.3-70-g09d2