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:
Richard W.M. Jones
2014-09-15 15:17:47 +01:00
parent bced8f5289
commit e85a976c5a
119 changed files with 323 additions and 346 deletions

View File

@@ -18,4 +18,4 @@
set -e
$VG ./guestfish -a ../tests/guests/fedora.img -i exit
$VG guestfish -a ../tests/guests/fedora.img -i exit