* tests/util/grub-shell.in: Suppress "ACPI shutdown failed" error to

keep unit tests from failing when they shouldn't.
This commit is contained in:
Jordan Uggla 2010-12-23 11:51:18 +00:00 committed by Colin Watson
parent 1426ef3560
commit ab66c69f1a
2 changed files with 7 additions and 0 deletions

View file

@ -132,6 +132,8 @@ done
cat <<EOF >>${cfgfile}
source /boot/grub/testcase.cfg
# Stop serial output to suppress "ACPI shutdown failed" error.
terminal_output console
halt
EOF