diff options
author | Tomáš Ryšavý <tom.rysavy.0@gmail.com> | 2016-05-26 17:01:50 +0200 |
---|---|---|
committer | John Ferlan <jferlan@redhat.com> | 2016-06-08 11:23:12 -0400 |
commit | cd7dd1508d282f5d6ad992bf12752a2cf562ff86 (patch) | |
tree | e26b9d0c5968af78d815ccdf04c20b61263b00b9 /tests/bhyvexml2argvtest.c | |
parent | 09b406a7562963d43b4c743f09fd97fb76777512 (diff) | |
download | libvirt-cd7dd1508d282f5d6ad992bf12752a2cf562ff86.tar.gz |
tests: Rename virtTestRun to virTestRun.
This function doesn't follow our convention of naming functions.
Diffstat (limited to 'tests/bhyvexml2argvtest.c')
-rw-r--r-- | tests/bhyvexml2argvtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bhyvexml2argvtest.c b/tests/bhyvexml2argvtest.c index e46c05b772..68d35dbf0b 100644 --- a/tests/bhyvexml2argvtest.c +++ b/tests/bhyvexml2argvtest.c @@ -136,7 +136,7 @@ mymain(void) static struct testInfo info = { \ name, (flags) \ }; \ - if (virtTestRun("BHYVE XML-2-ARGV " name, \ + if (virTestRun("BHYVE XML-2-ARGV " name, \ testCompareXMLToArgvHelper, &info) < 0) \ ret = -1; \ } while (0) |