testcase for the last semicolon behavior

This commit is contained in:
BVK Chaitanya 2010-03-22 14:02:48 +05:30
parent 0cdc2a095b
commit 3e6b777ba7
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#! /bin/sh -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