capitests: Set path in TESTS_ENVIRONMENT instead of in tests.c
[libguestfs.git] / generator / generator_capitests.ml
index b41e288..707d59b 100644 (file)
@@ -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) {