summaryrefslogtreecommitdiffstats
path: root/tests/grub_script_final_semicolon.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 10:54:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 10:54:16 +0000
commit485f6ecd453d8a2fd8b9b9fadea03159d8b50797 (patch)
tree32451fa3cdd9321fb2591fada9891b2cb70a9cd1 /tests/grub_script_final_semicolon.in
parentInitial commit. (diff)
downloadgrub2-485f6ecd453d8a2fd8b9b9fadea03159d8b50797.tar.xz
grub2-485f6ecd453d8a2fd8b9b9fadea03159d8b50797.zip
Adding upstream version 2.06.upstream/2.06upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tests/grub_script_final_semicolon.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/grub_script_final_semicolon.in b/tests/grub_script_final_semicolon.in
new file mode 100644
index 0000000..f17a9bf
--- /dev/null
+++ b/tests/grub_script_final_semicolon.in
@@ -0,0 +1,11 @@
+#! @BUILD_SHEBANG@
+set -e
+
+@builddir@/grub-script-check <<EOF
+echo one;
+echo one; echo two
+echo one; echo two;
+echo one ; echo two ;
+echo one ; echo two ; echo three
+echo one; echo two ; echo three;
+EOF