bats-file icon indicating copy to clipboard operation
bats-file copied to clipboard

add more file based tests

Open peshay opened this issue 6 years ago • 1 comments

  • assert_file_owner to test if a user is owner of a file
  • assert_file_permission to test permissions set on a file
  • assert_not_zero if a file is greater 0 byte
  • assert_file_set_group_id if set-group-ID is set
  • assert_file_set_user_id if set-user-ID is set
  • assert_sticky_bit if sticky bit is set on file

peshay avatar Sep 22 '18 22:09 peshay

#16

peshay avatar Oct 29 '18 13:10 peshay