test_qemu: pclose may return any != 0 on error.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 23 Aug 2011 17:53:00 +0000 (18:53 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 16 Sep 2011 15:15:34 +0000 (16:15 +0100)
commit7e484865894b98de7a976a688c19e64bdd13dade
tree8aab49274a0df2c51b69394d33b6ca513e58a447
parentd28f8f4cc36b42ace02b8c02b80a945315fdbf24
test_qemu: pclose may return any != 0 on error.

In particular pclose returns a status > 0 if the command fails.
(cherry picked from commit a24652c7b27e8494268ccb6c9a5a2e5541ba5efd)
src/launch.c