Re: [Qemu-devel] [PATCH v5 1/2] iotests: Use absolute paths for executables

2017-07-03 Thread Eric Blake
On 07/02/2017 10:05 AM, Max Reitz wrote: > A user may specify a relative path for accessing qemu, qemu-img, etc. > through environment variables ($QEMU_PROG and friends) or a symlink. > > If a test decides to change its working directory, relative paths will > cease to work, however. Work around t

[Qemu-devel] [PATCH v5 1/2] iotests: Use absolute paths for executables

2017-07-02 Thread Max Reitz
A user may specify a relative path for accessing qemu, qemu-img, etc. through environment variables ($QEMU_PROG and friends) or a symlink. If a test decides to change its working directory, relative paths will cease to work, however. Work around this by making all of the paths to programs that sho