aboutsummaryrefslogtreecommitdiff
path: root/testsuite/echo/echo-prints-dash (follow)
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: check CONFIG_DESKTOP before using 'od -t'Chen Qi2018-11-271-0/+1
| | | | | | | | 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 <Qi.Chen@windriver.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* echo: fix ENOSPC detection and some iffy code in \NNN handlingDenys Vlasenko2011-02-141-0/+1
function old new delta echo_main 330 302 -28 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>