summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-05-06 21:55:32 +0100
committerRichard Jones <rjones@redhat.com>2010-05-07 15:27:28 +0100
commit7a4ec57e54ab98de05438bff838a7531391d3965 (patch)
tree14680b57eb8a9e8e37408d3e26832a85fbf8b95c /src
parent07369cb77a07f965cbf8e02f485c78a22c091f85 (diff)
downloadlibguestfs-7a4ec57e54ab98de05438bff838a7531391d3965.tar.gz
libguestfs-7a4ec57e54ab98de05438bff838a7531391d3965.tar.xz
libguestfs-7a4ec57e54ab98de05438bff838a7531391d3965.zip
daemon: Fix hexdump to work on absolute symbolic links (RHBZ#579608).
Diffstat (limited to 'src')
-rwxr-xr-xsrc/generator.ml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml
index cbed94b7..5b479e78 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -2474,7 +2474,10 @@ The returned strings are transcoded to UTF-8.");
* commands to segfault.
*)
InitISOFS, Always, TestRun (
- [["hexdump"; "/100krandom"]])],
+ [["hexdump"; "/100krandom"]]);
+ (* Test for RHBZ#579608, absolute symbolic links. *)
+ InitISOFS, Always, TestRun (
+ [["hexdump"; "/abssymlink"]])],
"dump a file in hexadecimal",
"\
This runs C<hexdump -C> on the given C<path>. The result is