From: Vladimir Serbinenko Date: Tue, 12 Nov 2013 13:11:34 +0000 (+0100) Subject: * grub-core/tests/xnu_uuid_test.c: Fix assert message. X-Git-Tag: grub-2.02-beta1~379 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba82db7a0d98aff9d1c3facaec78f4e8074e40c3;p=thirdparty%2Fgrub.git * grub-core/tests/xnu_uuid_test.c: Fix assert message. --- diff --git a/ChangeLog b/ChangeLog index 40280a585..e6cc3a704 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-12 Vladimir Serbinenko + + * grub-core/tests/xnu_uuid_test.c: Fix assert message. + 2013-11-12 Vladimir Serbinenko * grub-core/tests/xnu_uuid_test.c: Fix copyright year. diff --git a/grub-core/tests/xnu_uuid_test.c b/grub-core/tests/xnu_uuid_test.c index 2ce853720..d500145f9 100644 --- a/grub-core/tests/xnu_uuid_test.c +++ b/grub-core/tests/xnu_uuid_test.c @@ -36,8 +36,7 @@ xnu_uuid_test (void) if (!cmd) { - grub_test_assert (0, "can't find command `%s'", - args[0]); + grub_test_assert (0, "can't find command `%s'", "xnu_uuid"); return; } if ((cmd->func) (cmd, 2, args))