Home
last modified time | relevance | path

Searched refs:exe_special (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_module_utils/library/
H A Dcommand_util_test.ps136 $exe_special = Join-Path $tmp_dir -ChildPath "PrintArgv.exe" variable
37 Copy-Item -LiteralPath $exe -Destination $exe_special
38 $actual = Run-Command -command "`"$exe_special`" arg1 arg2 `"arg 3`""
45 Assert-Equals -actual $actual.executable -expected $exe_special
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/module_utils_Ansible.ModuleUtils.CommandUtil/library/
H A Dcommand_util_test.ps136 $exe_special = Join-Path $tmp_dir -ChildPath "PrintArgv.exe"
37 Copy-Item -LiteralPath $exe -Destination $exe_special
38 $actual = Run-Command -command "`"$exe_special`" arg1 arg2 `"arg 3`""
45 Assert-Equals -actual $actual.executable -expected $exe_special
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/module_utils_Ansible.ModuleUtils.CommandUtil/library/
H A Dcommand_util_test.ps136 $exe_special = Join-Path $tmp_dir -ChildPath "PrintArgv.exe"
37 Copy-Item -LiteralPath $exe -Destination $exe_special
38 $actual = Run-Command -command "`"$exe_special`" arg1 arg2 `"arg 3`""
45 Assert-Equals -actual $actual.executable -expected $exe_special