]> git.ipfire.org Git - thirdparty/libvirt.git/commit
test: fix call to virFDStreamOpenFile in testDomainScreenshot
authorClaudio Bley <cbley@av-test.de>
Tue, 24 Sep 2013 09:57:37 +0000 (11:57 +0200)
committerClaudio Bley <cbley@av-test.de>
Tue, 24 Sep 2013 12:27:41 +0000 (14:27 +0200)
commit291edf708b2eb9ca52350b92e5771764a13ba4d1
treee9e0c4857bda839a9074bfaa78141f88d312e38a
parent6912cf4faa9c6f2c28d40bbc058c004101fddf25
test: fix call to virFDStreamOpenFile in testDomainScreenshot

N.B.  This had no ill effects as long as O_RDONLY is defined to
      to be 0, such that the expression (O_RDONLY < 0) yielded 0
      again.

Signed-off-by: Claudio Bley <cbley@av-test.de>
src/test/test_driver.c