8277211 tests: avoid littering /tmp

Authored and Committed by ericb 10 years ago
    tests: avoid littering /tmp
    
    Running 'make -C tests check TESTS=qemuagenttest' left a directory
    /tmp/libvirt_XXXXXX/ behind.  The culprit was failure to cleanup
    when short-circuiting an expensive test.
    
    * tests/qemuagenttest.c (testQemuAgentTimeout): Free resources
    when skipping expensive test.
    
    Signed-off-by: Eric Blake <eblake@redhat.com>
    
        
file modified
+5 -3