mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virfiletest: Fix test name prefix for virFileInData test
Because of lacking virTestCounterReset() call, the old test cases name was preserved. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
@@ -388,6 +388,7 @@ mymain(void)
|
||||
} while (0)
|
||||
|
||||
if (holesSupported()) {
|
||||
virTestCounterReset("testFileInData ");
|
||||
DO_TEST_IN_DATA(true, 4, 4, 4);
|
||||
DO_TEST_IN_DATA(false, 4, 4, 4);
|
||||
DO_TEST_IN_DATA(true, 8, 8, 8);
|
||||
|
||||
Reference in New Issue
Block a user