mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Various tests cannot be run in parallel just because they happen to use conflicting names for temporary output files (eg. "test.out"). Change these tests to use unique temporary names, so the tests could be run in parallel.