]> git.proxmox.com Git - grub2.git/blob - tests/grub_script_final_semicolon.in
Declare fast forward from 2.02+dfsg1-20
[grub2.git] / tests / grub_script_final_semicolon.in
1 #! @BUILD_SHEBANG@
2 set -e
3
4 @builddir@/grub-script-check <<EOF
5 echo one;
6 echo one; echo two
7 echo one; echo two;
8 echo one ; echo two ;
9 echo one ; echo two ; echo three
10 echo one; echo two ; echo three;
11 EOF