Skip to content

Commit

Permalink
Merge pull request #2993 from reubenmiller/test-tedge-init-owner-asse…
Browse files Browse the repository at this point in the history
…rtion

tests: use library keyword to check folder ownership
  • Loading branch information
reubenmiller authored Jul 12, 2024
2 parents fddf093 + 779d2b6 commit e310033
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 e310033

Please sign in to comment.