qemu-e2k/tests/multiboot
Eric Blake 01a02ec4f6 tests/multiboot: Fix whitespace failure
Commit b43671f8 accidentally broke run_test.sh within tests/multiboot;
due to a subtle change in whitespace.

These two commands produce theh same output (at least, for sane $IFS
of space-tab-newline):

echo -e "...$@..."
echo -e "...$*..."

But that's only because echo inserts spaces between multiple arguments
(the $@ case), while the $* form gives a single argument to echo with
the spaces already present.

But when converting to printf %b, there are no automatic spaces between
multiple arguments, so we HAVE to use $*.

It doesn't help that run_test.sh isn't part of 'make check'.

Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2017-08-11 13:23:19 +02:00
..
Makefile tests/multiboot: Add test for modules 2015-01-26 12:22:44 +01:00
libc.c tests/multiboot: Add test for modules 2015-01-26 12:22:44 +01:00
libc.h tests/multiboot: Add test for modules 2015-01-26 12:22:44 +01:00
link.ld tests: Multiboot mmap test case 2013-10-28 17:34:42 +01:00
mmap.c tests: Multiboot mmap test case 2013-10-28 17:34:42 +01:00
mmap.out tests/multiboot: Update reference output 2015-01-26 12:22:43 +01:00
module.txt tests/multiboot: Add test for modules 2015-01-26 12:22:44 +01:00
modules.c tests/multiboot: Add test for modules 2015-01-26 12:22:44 +01:00
modules.out tests/multiboot: Add test for modules 2015-01-26 12:22:44 +01:00
multiboot.h tests: Multiboot mmap test case 2013-10-28 17:34:42 +01:00
run_test.sh tests/multiboot: Fix whitespace failure 2017-08-11 13:23:19 +02:00
start.S tests: Multiboot mmap test case 2013-10-28 17:34:42 +01:00