git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cebe6df
)
Rerun generator to update tests.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 28 May 2009 22:14:47 +0000
(23:14 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 28 May 2009 22:14:47 +0000
(23:14 +0100)
capitests/tests.c
patch
|
blob
|
history
diff --git
a/capitests/tests.c
b/capitests/tests.c
index
c0c3597
..
3b29642
100644
(file)
--- 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;
}