fixed an error message
This commit is contained in:
parent
5cc318eb35
commit
afdc9ad006
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-01-12 BVK Chaitanya <bvk@dbook>
|
||||
|
||||
* tests/util/grub-shell-tester.in: Fix error message.
|
||||
|
||||
2010-01-08 BVK Chaitanya <bvk.groups@gmail.com>
|
||||
|
||||
Unit testing framework for GRUB.
|
||||
|
|
|
@ -98,7 +98,7 @@ bash ${source} >${outfile2}
|
|||
|
||||
if ! diff -q ${outfile1} ${outfile2} >/dev/null
|
||||
then
|
||||
echo "$1: GRUB and BASH outputs (${outfile1}, ${outfile2}) did not match"
|
||||
echo "${source}: GRUB and BASH outputs did not match (see diff -u ${outfile1} ${outfile2})"
|
||||
status=1
|
||||
else
|
||||
rm -f ${outfile1} ${outfile2}
|
||||
|
|
Loading…
Reference in a new issue