]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-grub2-f18-ppc64.c
discover: Implement device priorities
[petitboot] / test / parser / test-grub2-f18-ppc64.c
index 94eb6a48b694cad56fcdb79063c527370e844a99..ba3515d239692b6840fea08312aa34349505e143 100644 (file)
@@ -38,7 +38,7 @@ void run_test(struct parser_test *test)
 
        /* hotplug a device with a maching UUID, and check that our
         * resources become resolved */
-       dev = test_create_device(ctx, "external");
+       dev = test_create_device(test, "external");
        dev->uuid = "773653a7-660e-490e-9a74-d9fdfc9bbbf6";
        test_hotplug_device(test, dev);