OSDN Git Service

Use more generic redirecting of output in the test suite
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Thu, 2 Oct 2008 12:54:43 +0000 (12:54 -0000)
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Thu, 2 Oct 2008 12:54:43 +0000 (12:54 -0000)
commit2f35f236ff49bb039ac15faf3520986c9a322301
treec4a28c4568ed6020f3a86e3de57817d2a1d3af96
parentf35ba0de589702004c97f5c315866beeacddf658
Use more generic redirecting of output in the test suite

This patch replaces the "&> file" with "> file 2>> file". The latter is
compatible with Busybox ash shell, which makes it easier to run the test suite
on target.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
test/Test.mak