diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-07-27 20:15:12 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-07-27 20:15:12 -0400 |
commit | 3d76e707633b66e01791a0a09e38e91213b963c2 (patch) | |
tree | 104d297e4e85bf08b6a7decc3628691bec31df7e /tests/common/gid_plus.sh | |
parent | c50d65cb1faca8e7632a355940381b517d2ac589 (diff) | |
download | bfs-3d76e707633b66e01791a0a09e38e91213b963c2.tar.xz |
tests: Add tests for invalid users/groups
Diffstat (limited to 'tests/common/gid_plus.sh')
-rw-r--r-- | tests/common/gid_plus.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common/gid_plus.sh b/tests/common/gid_plus.sh new file mode 100644 index 0000000..ccba0e6 --- /dev/null +++ b/tests/common/gid_plus.sh @@ -0,0 +1,2 @@ +test "$(id -g)" -eq 0 && skip +bfs_diff basic -gid +0 |