summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--capitests/Makefile.am1
-rw-r--r--generator/generator_capitests.ml2
2 files changed, 1 insertions, 2 deletions
diff --git a/capitests/Makefile.am b/capitests/Makefile.am
index 023efe4b..65a7240c 100644
--- a/capitests/Makefile.am
+++ b/capitests/Makefile.am
@@ -38,6 +38,7 @@ TESTS_ENVIRONMENT = \
SKIP_TEST_COMMAND=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \
SKIP_TEST_COMMAND_LINES=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \
SKIP_TEST_CHECKSUM_8=$(shell if test `find ../initramfs -name squashfs.ko | wc -l` -eq 0; then echo 1; fi) \
+ LIBGUESTFS_PATH=$(top_builddir)/appliance \
$(VG)
# Run the tests under valgrind.
diff --git a/generator/generator_capitests.ml b/generator/generator_capitests.ml
index b41e2889..707d59b7 100644
--- a/generator/generator_capitests.ml
+++ b/generator/generator_capitests.ml
@@ -175,8 +175,6 @@ int main (int argc, char *argv[])
guestfs_set_error_handler (g, print_error, NULL);
- guestfs_set_path (g, \"../appliance\");
-
filename = \"test1.img\";
fd = open (filename, O_WRONLY|O_CREAT|O_NOCTTY|O_NONBLOCK|O_TRUNC, 0666);
if (fd == -1) {