Commit 4f8ab3f
allow yum to run as non-root user. (#20)
* Update linux_updates.rb
run yum-cli via sudo, so can work with non-root user
* Update linux_updates.rb
set cache dir for yum. Default cache dir needs root access. setting the cache dir to tmp to allow non-root users to run this test. This way we don't need to allow ssh to the root account, or enable python in sudoers.
* Update linux_updates.rb
remove unneeded 'sudo'1 parent a4f0309 commit 4f8ab3f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments