]> xenbits.xensource.com Git - libvirt.git/commit
tests: Create test for virCommandDoAsyncIO
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 16 Jan 2013 17:55:06 +0000 (18:55 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 5 Feb 2013 14:45:21 +0000 (15:45 +0100)
commitf0154959b3f8c3213c611883d04da1a5bac81df9
tree13e05f1692d4922afc5a1fe8e499f8bffb6ebe5d
parent39c77fe586baccd0a4a9862e8cf7c78ac7af3494
tests: Create test for virCommandDoAsyncIO

This is just a basic test, so we don't break virCommand in the
future. A "Hello world\n" string is written to commanhelper,
which copies input to stdout and stderr where we read it from.
Then the read strings are compared with expected values.
tests/commandtest.c