Re: [PATCH] testsuite: check CONFIG_DESKTOP before using 'od -t'

2018-11-27 Thread Denys Vlasenko
Applied, thanks On Wed, Nov 21, 2018 at 5:00 AM Chen Qi wrote: > > The '-t' option for od is enabled by CONFIG_DESKTOP. So > check this config before using 'od -t' in test cases. > > Signed-off-by: Chen Qi > --- > testsuite/echo/echo-prints-dash| 1 + >

[PATCH] testsuite: check CONFIG_DESKTOP before using 'od -t'

2018-11-20 Thread Chen Qi
The '-t' option for od is enabled by CONFIG_DESKTOP. So check this config before using 'od -t' in test cases. Signed-off-by: Chen Qi --- testsuite/echo/echo-prints-dash| 1 + testsuite/echo/echo-prints-non-opts| 1 + testsuite/echo/echo-prints-slash-zero | 2 +-