mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
tests: Don't use relative paths to binaries in tests.
All tests run under the ./run binary. For a long time the ./run binary has set the $PATH environment variable to contain all of the directories with binaries in them. Therefore there is no reason to use ../fish/guestfish instead of just plain guestfish (and the same applies to other built binaries).
This commit is contained in:
@@ -18,4 +18,4 @@
|
||||
|
||||
set -e
|
||||
|
||||
$VG ./guestfish -a ../tests/guests/fedora.img -i exit
|
||||
$VG guestfish -a ../tests/guests/fedora.img -i exit
|
||||
|
||||
Reference in New Issue
Block a user