Skip to content

Commit

Permalink
tests: Add tests for invalid users/groups
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Jul 28, 2024
1 parent c50d65c commit 3d76e70
Show file tree
Hide file tree
Showing 28 changed files with 8 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions tests/common/gid_invalid_id.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
! invoke_bfs -gid 1eW6f5RM9Qi
1 change: 1 addition & 0 deletions tests/common/gid_invalid_name.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
! invoke_bfs -gid eW6f5RM9Qi
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions tests/common/uid_invalid_id.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
! invoke_bfs -uid 1eW6f5RM9Qi
1 change: 1 addition & 0 deletions tests/common/uid_invalid_name.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
! invoke_bfs -uid eW6f5RM9Qi
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions tests/posix/group_invalid_id.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
! invoke_bfs -group 1eW6f5RM9Qi
1 change: 1 addition & 0 deletions tests/posix/group_invalid_name.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
! invoke_bfs -group eW6f5RM9Qi
1 change: 1 addition & 0 deletions tests/posix/user_invalid_id.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
! invoke_bfs -user 1eW6f5RM9Qi
1 change: 1 addition & 0 deletions tests/posix/user_invalid_name.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
! invoke_bfs -user eW6f5RM9Qi

0 comments on commit 3d76e70

Please sign in to comment.