]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemumonitortestutils: Split lines on \n instead of \r\n
authorPeter Krempa <pkrempa@redhat.com>
Thu, 25 Jul 2013 10:03:29 +0000 (12:03 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 31 Jul 2013 12:25:43 +0000 (14:25 +0200)
commitf6bb917e6acfeb98f83d305dd40b6b7a45a3c5e1
tree28f95c3fa620bf970bfce4b3a990401bc1334465
parent5467cbef4bfd282514bf51896b53ffe09bbd0dbb
qemumonitortestutils: Split lines on \n instead of \r\n

The normal monitor uses windows line endings, where the agent monitor
uses only newlines. Change this to tolerate both approaches and allow to
use the utilities for guest agent tests.
tests/qemumonitortestutils.c