summaryrefslogtreecommitdiffstats
path: root/test/parser/test-yaboot-partition-override.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser/test-yaboot-partition-override.c')
-rw-r--r--test/parser/test-yaboot-partition-override.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parser/test-yaboot-partition-override.c b/test/parser/test-yaboot-partition-override.c
index a29c852..fc23ba0 100644
--- a/test/parser/test-yaboot-partition-override.c
+++ b/test/parser/test-yaboot-partition-override.c
@@ -26,7 +26,7 @@ void run_test(struct parser_test *test)
check_name(opt, "linux");
check_unresolved_resource(opt->boot_image);
- dev = test_create_device(ctx, "sda2");
+ dev = test_create_device(test, "sda2");
test_hotplug_device(test, dev);
check_resolved_local_resource(opt->boot_image, dev, "/vmlinux");
OpenPOWER on IntegriCloud