diff options
Diffstat (limited to 'tests/grub_script_blanklines.in')
-rw-r--r-- | tests/grub_script_blanklines.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/grub_script_blanklines.in b/tests/grub_script_blanklines.in new file mode 100644 index 0000000..bd87354 --- /dev/null +++ b/tests/grub_script_blanklines.in @@ -0,0 +1,15 @@ +#! @BUILD_SHEBANG@ +set -e + +@builddir@/grub-script-check <<EOF +# comment 1 + +command1 arg1 + +command2 arg2 + + + +last command +# comment 2 +EOF |