diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2025-06-20 10:00:49 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2025-06-20 10:00:49 -0400 |
commit | 42235435aab09bc48765707b6706eaa1ecf1a0a7 (patch) | |
tree | 3374d0397a4e6eeac11b1ee4838ec4f67c54f264 /tests | |
parent | f34189e84e2a2c8002eaf4f35743c63f6a807b29 (diff) | |
download | bfs-42235435aab09bc48765707b6706eaa1ecf1a0a7.tar.xz |
Diffstat (limited to 'tests')
-rw-r--r-- | tests/posix/group_o_group.sh | 2 |
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)" |