aboutsummaryrefslogtreecommitdiff
path: root/tests/chgrp.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/chgrp.test')
-rwxr-xr-xtests/chgrp.test11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/chgrp.test b/tests/chgrp.test
index 5c7e4258..a137baed 100755
--- a/tests/chgrp.test
+++ b/tests/chgrp.test
@@ -9,13 +9,10 @@ then
exit
fi
-if [ -f /etc/group ]; then
- # We chgrp between "root" and the last group in /etc/group.
- GRP="$(sed -n '$s/:.*//p' /etc/group)"
-else
- # Or assume we're on Android and pick a well-known group.
- GRP=shell
-fi
+# We chgrp between "root" and the last group in /etc/group.
+GRP="$(sed -n '$s/:.*//p' /etc/group)"
+# Or if that fails, assume we're on Android and pick a well-known group.
+: "${GRP:=shell}"
# Set up a little testing hierarchy