summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-06-20 10:00:49 -0400
committerTavian Barnes <tavianator@tavianator.com>2025-06-20 10:00:49 -0400
commit42235435aab09bc48765707b6706eaa1ecf1a0a7 (patch)
tree3374d0397a4e6eeac11b1ee4838ec4f67c54f264 /tests
parentf34189e84e2a2c8002eaf4f35743c63f6a807b29 (diff)
downloadbfs-42235435aab09bc48765707b6706eaa1ecf1a0a7.tar.xz
tests/posix/group_o_group: Fix copy pastaHEAD4.0.8main
Diffstat (limited to 'tests')
-rw-r--r--tests/posix/group_o_group.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/posix/group_o_group.sh b/tests/posix/group_o_group.sh
index 917c450..60aefc0 100644
--- a/tests/posix/group_o_group.sh
+++ b/tests/posix/group_o_group.sh
@@ -1,3 +1,3 @@
# Regression test for
# https://github.com/tavianator/bfs/issues/155
-bfs_diff basic -user 0 -o -user "$(id -g)"
+bfs_diff basic -group 0 -o -group "$(id -g)"