summaryrefslogtreecommitdiff
path: root/tests/rtas-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rtas-test.c')
-rw-r--r--tests/rtas-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rtas-test.c b/tests/rtas-test.c
index 73c780339b..ba0867afbd 100644
--- a/tests/rtas-test.c
+++ b/tests/rtas-test.c
@@ -22,7 +22,7 @@ static void test_rtas_get_time_of_day(void)
t2 = mktimegm(&tm);
g_assert(t2 - t1 < 5); /* 5 sec max to run the test */
- qtest_spapr_shutdown(qs);
+ qtest_shutdown(qs);
}
int main(int argc, char *argv[])