summary refs log tree commit diff stats
path: root/tests/e1000-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/e1000-test.c')
-rw-r--r--tests/e1000-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/e1000-test.c b/tests/e1000-test.c
index 81f164d9e9..7ca6d7e72e 100644
--- a/tests/e1000-test.c
+++ b/tests/e1000-test.c
@@ -44,8 +44,8 @@ int main(int argc, char **argv)
     for (i = 0; i < ARRAY_SIZE(models); i++) {
         char *path;
 
-        path = g_strdup_printf("/%s/e1000/%s", qtest_get_arch(), models[i]);
-        g_test_add_data_func(path, models[i], test_device);
+        path = g_strdup_printf("e1000/%s", models[i]);
+        qtest_add_data_func(path, models[i], test_device);
     }
 
     return g_test_run();