summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-05-28 23:14:47 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-05-28 23:14:47 +0100
commit1e4173be10cf762c85f7f64ab27be98f3b57dd7a (patch)
tree1cf2c0bac5c03c36d13095dd7edc7d7e1325e5c5
parentcebe6df7456ed60cb2ae25875b2a4f377297491b (diff)
downloadlibguestfs-1e4173be10cf762c85f7f64ab27be98f3b57dd7a.tar.gz
libguestfs-1e4173be10cf762c85f7f64ab27be98f3b57dd7a.tar.xz
libguestfs-1e4173be10cf762c85f7f64ab27be98f3b57dd7a.zip
Rerun generator to update tests.
-rw-r--r--capitests/tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/capitests/tests.c b/capitests/tests.c
index c0c35979..3b296425 100644
--- a/capitests/tests.c
+++ b/capitests/tests.c
@@ -5811,7 +5811,7 @@ static int test_download_0 (void)
char remotefilename[] = "/COPYING.LIB";
int r;
suppress_error = 0;
- r = guestfs_upload (g, "COPYING.LIB", remotefilename);
+ r = guestfs_upload (g, "../COPYING.LIB", remotefilename);
if (r == -1)
return -1;
}
@@ -5930,7 +5930,7 @@ static int test_upload_0 (void)
char remotefilename[] = "/COPYING.LIB";
int r;
suppress_error = 0;
- r = guestfs_upload (g, "COPYING.LIB", remotefilename);
+ r = guestfs_upload (g, "../COPYING.LIB", remotefilename);
if (r == -1)
return -1;
}