]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/294: Filter backquotes from mknod error output
authorJan Kara <jack@suse.cz>
Thu, 21 Jul 2016 06:17:35 +0000 (08:17 +0200)
committerEryu Guan <eguan@redhat.com>
Thu, 21 Jul 2016 06:38:31 +0000 (14:38 +0800)
commit9b06a9fcb594e8ea95e054fe30d5bc61d8a23703
tree856170935b2a4af6cb042daf0348ce606f978fc2
parentcf94bc86334766a0fb98465375c8a626d4bb0a6b
generic/294: Filter backquotes from mknod error output

Really old versions of coreutils (mine are 8.12) quote a filename in the
output with a backquote in the beginning and normal quote in the end.
Improve _filter_mknod to handle that.

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
common/filter