tests: remove remaining relative paths to binaries

Tests are run via the ./run binary, so all the binaries in the build
directory are available via $PATH already.

Followup of commit e85a976c5a.
This commit is contained in:
Pino Toscano
2016-05-19 18:12:21 +02:00
parent 64bb9edd52
commit d5b3f558e0
9 changed files with 13 additions and 13 deletions

View File

@@ -34,8 +34,8 @@
#include "guestfs.h"
#include "guestfs-internal-frontend.h"
#define GUESTMOUNT_BINARY "./guestmount"
#define GUESTUNMOUNT_BINARY "./guestunmount"
#define GUESTMOUNT_BINARY "guestmount"
#define GUESTUNMOUNT_BINARY "guestunmount"
#define TEST_IMAGE "../test-data/phony-guests/fedora.img"
#define MOUNTPOINT "test-guestmount-fd.d"
#define TEST_FILE MOUNTPOINT "/etc/fstab"