tests: Rename virmockdbus -> virdbusmock for consistency

All mock libraries were called vir*mock except for this one; now
the naming is consistent across the board.
This commit is contained in:
Andrea Bolognani
2016-02-11 18:24:32 +01:00
parent f6d6d21f71
commit 92ec2e5e9b
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -602,7 +602,7 @@ mymain(void)
return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
}
VIRT_TEST_MAIN_PRELOAD(mymain, abs_builddir "/.libs/virmockdbus.so")
VIRT_TEST_MAIN_PRELOAD(mymain, abs_builddir "/.libs/virdbusmock.so")
#else /* ! (WITH_DBUS && __linux__) */
int