From 1e4173be10cf762c85f7f64ab27be98f3b57dd7a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 28 May 2009 23:14:47 +0100 Subject: [PATCH 1/1] Rerun generator to update tests. --- capitests/tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capitests/tests.c b/capitests/tests.c index c0c3597..3b29642 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; } -- 1.8.3.1