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/gnu/uid_plus_plus.sh | |
parent | c50d65cb1faca8e7632a355940381b517d2ac589 (diff) | |
download | bfs-3d76e707633b66e01791a0a09e38e91213b963c2.tar.xz |
tests: Add tests for invalid users/groups
Diffstat (limited to 'tests/gnu/uid_plus_plus.sh')
-rw-r--r-- | tests/gnu/uid_plus_plus.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gnu/uid_plus_plus.sh b/tests/gnu/uid_plus_plus.sh deleted file mode 100644 index e021888..0000000 --- a/tests/gnu/uid_plus_plus.sh +++ /dev/null @@ -1,2 +0,0 @@ -test "$(id -u)" -eq 0 && skip -bfs_diff basic -uid ++0 |