Re: [PATCH v2 04/31] tests/functional: simplify 'which' implementation

2024-12-11 Thread Richard Henderson
On 12/11/24 11:26, Daniel P. Berrangé wrote: The 'access' check implies the file exists. Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/qemu_test/cmd.py b/tests/functional/qemu_test

Re: [PATCH v2 04/31] tests/functional: simplify 'which' implementation

2024-12-11 Thread Thomas Huth
On 11/12/2024 18.26, Daniel P. Berrangé wrote: The 'access' check implies the file exists. Signed-off-by: Daniel P. Berrangé --- tests/functional/qemu_test/cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/qemu_test/cmd.py b/tests/functional/qemu_te