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:
a7a8808
)
generator: second parameter to upload is Dev_or_Path, not String.
author
Richard Jones
<rjones@redhat.com>
Sun, 22 Nov 2009 19:14:19 +0000
(19:14 +0000)
committer
Richard Jones
<rjones@redhat.com>
Sun, 22 Nov 2009 19:14:19 +0000
(19:14 +0000)
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
89c1925
..
1c533fa
100755
(executable)
--- a/
src/generator.ml
+++ b/
src/generator.ml
@@
-1861,7
+1861,7
@@
Reread the partition table on C<device>.
This uses the L<blockdev(8)> command.");
- ("upload", (RErr, [FileIn "filename";
String
"remotefilename"]), 66, [],
+ ("upload", (RErr, [FileIn "filename";
Dev_or_Path
"remotefilename"]), 66, [],
[InitBasicFS, Always, TestOutput (
(* Pick a file from cwd which isn't likely to change. *)
[["upload"; "../COPYING.LIB"; "/COPYING.LIB"];