From: BVK Chaitanya Date: Fri, 26 Mar 2010 18:11:46 +0000 (+0530) Subject: testcase for blank lines in grub script X-Git-Tag: 1.99~1001 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7bd6915e12db4a5051baa2eaeec22fe0960f141;p=thirdparty%2Fgrub.git testcase for blank lines in grub script --- a7bd6915e12db4a5051baa2eaeec22fe0960f141 diff --cc ChangeLog index c67e024ba,8fd3eb176..8d2f73c48 --- a/ChangeLog +++ b/ChangeLog @@@ -1,16 -1,3 +1,23 @@@ ++2010-03-26 BVK Chaitanya ++ ++ Blank lines testcase for GRUB script. ++ ++ * tests/grub_script_blanklines.in: New testcase. ++ * conf/tests.rmk: Rules for the new testcase. ++ +2010-03-26 Vladimir Serbinenko + + Don't use __FILE__. + + * genmk.rb: Add -DGRUB_FILE to all C targets. + * fs/reiserfs.c: Replace __FILE__ with GRUB_FILE. + * include/grub/list.h: Likewise. + * include/grub/misc.h: Likewise. + * include/grub/mm.h: Likewise. + * include/grub/test.h: Likewise. + * kern/mm.c: Likewise. + * lib/libgcrypt_wrap/cipher_wrap.h: Likewise. + 2010-03-26 Vladimir Serbinenko Sunpc partitions support.