Re: [PATCH] tests/unit/test-qga: do not qualify executable paths

2024-01-16 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Wed, Jan 3, 2024 at 7:34 PM Philippe Mathieu-Daudé wrote: > On 3/1/24 17:51, Samuel Tardieu wrote: > > guest-exec invocation does not need the full path of the executable to > > execute. Using only the command names ensures correct execution of the > > test on

Re: [PATCH] tests/unit/test-qga: do not qualify executable paths

2024-01-03 Thread Philippe Mathieu-Daudé
On 3/1/24 17:51, Samuel Tardieu wrote: guest-exec invocation does not need the full path of the executable to execute. Using only the command names ensures correct execution of the test on systems not adhering to the FHS. Signed-off-by: Samuel Tardieu --- tests/unit/test-qga.c | 6 +++--- 1

Re: [PATCH] tests/unit/test-qga: do not qualify executable paths

2024-01-03 Thread Daniel P . Berrangé
On Wed, Jan 03, 2024 at 05:51:31PM +0100, Samuel Tardieu wrote: > guest-exec invocation does not need the full path of the executable to > execute. Using only the command names ensures correct execution of the > test on systems not adhering to the FHS. > > Signed-off-by: Samuel Tardieu > --- > t

[PATCH] tests/unit/test-qga: do not qualify executable paths

2024-01-03 Thread Samuel Tardieu
guest-exec invocation does not need the full path of the executable to execute. Using only the command names ensures correct execution of the test on systems not adhering to the FHS. Signed-off-by: Samuel Tardieu --- tests/unit/test-qga.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(