grub/tests/grub_script_final_semicolon.in

12 lines
208 B
Plaintext

#! @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