On 07/13/2018 03:41 PM, Max Reitz wrote: > The test directory should be filtered before the image format, otherwise > the test will fail if the image format is part of the test directory, > like so: > > [...] > -can't open: Could not open 'TEST_DIR/t.IMGFMT': Is a directory > +can't open: Could not open '/tmp/test-IMGFMT/t.IMGFMT': Is a directory > [...] > > Signed-off-by: Max Reitz <mre...@redhat.com> Too many gotchas in our test suite. Thanks :( Reviewed-by: John Snow <js...@redhat.com>
- [Qemu-devel] [PATCH] iotest: Fix filtering order in 226 Max Reitz
- Re: [Qemu-devel] [PATCH] iotest: Fix filtering order in 22... John Snow