Skip to content

Commit

Permalink
use library permission assertion
Browse files Browse the repository at this point in the history
Signed-off-by: Reuben Miller <[email protected]>
  • Loading branch information
reubenmiller committed Jul 12, 2024
1 parent 80d2a54 commit 779d2b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/RobotFramework/tests/customizing/tedge_init.robot
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,4 @@ Custom Teardown

Check Owner of Directory
[Arguments] ${directory_path} ${expected_owner}
${output} Execute Command ls -ld ${directory_path} | awk '{print $3 ":" $4}'
Should Match Regexp ${output} \s*${expected_owner}\s*
Path Should Have Permissions path=${directory_path} owner_group=${expected_owner}

0 comments on commit 779d2b6

Please sign in to comment.