diff --git a/tests/util/grub-shell.in b/tests/util/grub-shell.in index 8d5d2ce17..2acc9e0fc 100644 --- a/tests/util/grub-shell.in +++ b/tests/util/grub-shell.in @@ -357,7 +357,7 @@ terminal_output ${term} EOF if [ $trim = 1 ]; then - echo "echo $trim_head" >>${cfgfile} + echo "echo; echo $trim_head" >>${cfgfile} fi rom_directory="$work_directory/rom_directory" @@ -481,7 +481,7 @@ fi do_trim () { if [ $trim = 1 ] || [ $trim = 2 ]; then - awk '{ if (have_head == 1) print $0; } /'"$trim_head"'/ { have_head=1; }' + awk '{ if (have_head == 1) print $0; } /^'"$trim_head"'/ { have_head=1; }' else cat fi