summary refs log tree commit diff stats
path: root/tests/usb-hcd-uhci-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/usb-hcd-uhci-test.c')
-rw-r--r--tests/usb-hcd-uhci-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/usb-hcd-uhci-test.c b/tests/usb-hcd-uhci-test.c
index 62e0c7829d..6a7e5a2fed 100644
--- a/tests/usb-hcd-uhci-test.c
+++ b/tests/usb-hcd-uhci-test.c
@@ -77,6 +77,7 @@ int main(int argc, char **argv)
                    "available on x86 or ppc64\n");
         exit(EXIT_FAILURE);
     }
+    global_qtest = qs->qts;
     ret = g_test_run();
     qtest_shutdown(qs);