mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user