Skip to content

Commit

Permalink
Remove sudo command from test, since the elevation required was alrea…
Browse files Browse the repository at this point in the history
…dy set (#2923)

Co-authored-by: Bhavin Patel <[email protected]>
  • Loading branch information
AlbertoPellitteri and patel-bhavin authored Sep 10, 2024
1 parent 6cb15b6 commit ff923c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atomics/T1135/T1135.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ atomic_tests:
prereq_command: |
if #{package_checker} > /dev/null; then exit 0; else exit 1; fi
get_prereq_command: |
sudo #{package_installer}
#{package_installer}
executor:
command: |
sudo smbstatus --shares
smbstatus --shares
name: bash
elevation_required: true
- name: Network Share Discovery - FreeBSD
Expand Down

0 comments on commit ff923c6

Please sign in to comment.