merged with mainline
This commit is contained in:
commit
c41c00eab6
99 changed files with 20896 additions and 2748 deletions
14
tests/grub_script_blanklines.in
Normal file
14
tests/grub_script_blanklines.in
Normal file
|
@ -0,0 +1,14 @@
|
|||
#! /bin/sh -e
|
||||
|
||||
@builddir@/grub-script-check <<EOF
|
||||
# comment 1
|
||||
|
||||
command1 arg1
|
||||
|
||||
command2 arg2
|
||||
|
||||
|
||||
|
||||
last command
|
||||
# comment 2
|
||||
EOF
|
10
tests/grub_script_final_semicolon.in
Normal file
10
tests/grub_script_final_semicolon.in
Normal 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
|
|
@ -135,7 +135,7 @@ fdafile=`mktemp`
|
|||
cp ${isofile} ${fdafile}
|
||||
|
||||
outfile=`mktemp`
|
||||
qemu-system-i386 ${qemuopts} -nographic -serial stdio -hda ${hdafile} -fda ${fdafile} -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile}
|
||||
qemu-system-i386 ${qemuopts} -nographic -hda ${hdafile} -fda ${fdafile} -cdrom ${isofile} -boot ${bootdev} | tr -d "\r" >${outfile}
|
||||
|
||||
cat $outfile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue