1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tests/unit/plugins/become
patchback[bot] cb26897b3e
Make pfexec become usable for illumos (#3889) (#5338)
* Experimental change from OpenIndiana

* resolve pfexec problem, by removing superfluous quotes

* reimplement "wrap_exe"

* remove spaces arround keyword argument assignment

* adapted pfexec unit test

* Try to fix quoting of test expression

* Fix quoting of test expression by replacing ' with "

* Add changelog fragment

(cherry picked from commit dc2d3c24fa)

Co-authored-by: manschwetusCS <30724946+manschwetusCS@users.noreply.github.com>
2022-10-05 11:03:32 +00:00
..
__init__.py Initial commit 2020-03-09 09:11:07 +00:00
conftest.py Initial commit 2020-03-09 09:11:07 +00:00
helper.py Fix become plugins (#50) 2020-03-30 19:09:45 +02:00
test_doas.py Fix more become plugins (#708) 2020-07-29 20:27:16 +02:00
test_dzdo.py Fix more become plugins (#708) 2020-07-29 20:27:16 +02:00
test_ksu.py Fix more become plugins (#708) 2020-07-29 20:27:16 +02:00
test_pbrun.py Fix more become plugins (#708) 2020-07-29 20:27:16 +02:00
test_pfexec.py Make pfexec become usable for illumos (#3889) (#5338) 2022-10-05 11:03:32 +00:00
test_sudosu.py Use become test framework for sudosu tests. (#2629) 2021-05-26 10:34:35 +02:00