summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-05-07 00:11:55 +0100
committerRichard Jones <rjones@redhat.com>2010-05-07 15:27:28 +0100
commit7d8e5886a6a8ab16c6a69d0e02e7f93cdb7430df (patch)
tree27441ae8bb7b5557c4619e8d6bdbf17a2d69888a /src
parent00fae9fe88ca83dfc3ee0b1b7d8e27e644f6e9c7 (diff)
downloadlibguestfs-7d8e5886a6a8ab16c6a69d0e02e7f93cdb7430df.tar.gz
libguestfs-7d8e5886a6a8ab16c6a69d0e02e7f93cdb7430df.tar.xz
libguestfs-7d8e5886a6a8ab16c6a69d0e02e7f93cdb7430df.zip
daemon: Fix grep and related 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 9112a484..ffdfb181 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -3293,7 +3293,10 @@ in the total size of file that can be handled.");
[InitISOFS, Always, TestOutputList (
[["grep"; "abc"; "/test-grep.txt"]], ["abc"; "abc123"]);
InitISOFS, Always, TestOutputList (
- [["grep"; "nomatch"; "/test-grep.txt"]], [])],
+ [["grep"; "nomatch"; "/test-grep.txt"]], []);
+ (* Test for RHBZ#579608, absolute symbolic links. *)
+ InitISOFS, Always, TestOutputList (
+ [["grep"; "nomatch"; "/abssymlink"]], [])],
"return lines matching a pattern",
"\
This calls the external C<grep> program and returns the