aboutsummaryrefslogtreecommitdiffstats
path: root/tests/grub_script_blanklines.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/grub_script_blanklines.in')
-rw-r--r--tests/grub_script_blanklines.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/grub_script_blanklines.in b/tests/grub_script_blanklines.in
new file mode 100644
index 0000000..71b869b
--- /dev/null
+++ b/tests/grub_script_blanklines.in
@@ -0,0 +1,14 @@
+#! /bin/sh -e
+
+@builddir@/grub-script-check <<EOF
+# comment 1
+
+command1 arg1
+
+command2 arg2
+
+
+
+last command
+# comment 2
+EOF