testcase for blanklines in grub script

This commit is contained in:
BVK Chaitanya 2010-03-22 13:54:45 +05:30
parent 0cdc2a095b
commit 8507a6ccdf
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,14 @@
#! /bin/sh -e
@builddir@/grub-script-check <<EOF
# comment 1
command1 arg1
command2 arg2
last command
# comment 2
EOF