summaryrefslogtreecommitdiffstats
path: root/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests.c')
-rw-r--r--tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.c b/tests.c
index 4baf4867..11bd2a52 100644
--- a/tests.c
+++ b/tests.c
@@ -15702,7 +15702,7 @@ int main (int argc, char *argv[])
srcdir = getenv ("srcdir");
if (!srcdir) srcdir = ".";
chdir (srcdir);
- guestfs_set_path (g, ".");
+ guestfs_set_path (g, "appliance");
filename = "test1.img";
fd = open (filename, O_WRONLY|O_CREAT|O_NOCTTY|O_NONBLOCK|O_TRUNC, 0666);