This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5fa5c4bde8
busybox
/
testsuite
/
echo
/
echo-prints-dash
3 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
testsuite: check CONFIG_DESKTOP before using 'od -t' 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>
2018-11-21 07:49:28 +05:30
# FEATURE: CONFIG_DESKTOP
echo: fix ENOSPC detection and some iffy code in \NNN handling function old new delta echo_main 330 302 -28 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2011-02-14 20:12:18 +05:30
test "`busybox echo - | od -t x1 | head -n 1`" = "0000000 2d 0a"
Reference in New Issue
Copy Permalink