mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Commit6d32773e81("tests: Run the tests in parallel.") makes all of the tests run in the same directory. Previously tests expected to be run in their own subdirectories and so were freer about using generic filenames. When run in parallel these filenames now clash. Fix another case. Fixes: commit6d32773e81