mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-13 05:02:17 +00:00
Addresses multiple issues when using su on freebsd including * su prompt differs between platforms, so turned that check into a regex comparison instead of a simple string comparison * not using '-c' after su causes problems, so added that for all platforms * fixed quoting issues due to multiple uses of '-c' introduced by the above fix Fixes #7503 Fixes #7507 |
||
|---|---|---|
| .. | ||
| inventory_test_data | ||
| vault_test_data | ||
| ansible.cfg | ||
| README.md | ||
| TestConstants.py | ||
| TestFilters.py | ||
| TestInventory.py | ||
| TestModules.py | ||
| TestModuleUtilsBasic.py | ||
| TestPlayVarsFiles.py | ||
| TestSynchronize.py | ||
| TestUtils.py | ||
| TestUtilsStringFunctions.py | ||
| TestVault.py | ||
| TestVaultEditor.py | ||
Unit tests
Tests at code level. Should be concise and to the point, and organized by subject.