X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=test%2Fparser%2Ftest-grub2-f18-ppc64.c;h=ba3515d239692b6840fea08312aa34349505e143;hb=64899475f9b895628fd7b654f7b549e50494229a;hp=94eb6a48b694cad56fcdb79063c527370e844a99;hpb=70ad7ba01b43404585c76512bffe99ede0c0f55a;p=petitboot diff --git a/test/parser/test-grub2-f18-ppc64.c b/test/parser/test-grub2-f18-ppc64.c index 94eb6a4..ba3515d 100644 --- a/test/parser/test-grub2-f18-ppc64.c +++ b/test/parser/test-grub2-f18-ppc64.c @@ -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);