Remove sudo command from test, since the elevation required was already set (#2923)
Co-authored-by: Bhavin Patel <bhavin.j.patel91@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6cb15b6c66
commit
ff923c6ab7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user