diff --git a/tests/virsystemdtest.c b/tests/virsystemdtest.c index d1f8e6f608..4cf4021308 100644 --- a/tests/virsystemdtest.c +++ b/tests/virsystemdtest.c @@ -525,6 +525,8 @@ mymain(void) do { \ if (virTestRun(_name, func, NULL) < 0) \ ret = -1; \ + if (virTestRun(_name "again ", func, NULL) < 0) \ + ret = -1; \ virSystemdHasMachinedResetCachedValue(); \ } while (0)