mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
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>
3 lines
127 B
Text
3 lines
127 B
Text
# FEATURE: CONFIG_FEATURE_FANCY_ECHO CONFIG_DESKTOP
|
|
|
|
test "`busybox echo -ne '\41z' | od -t x1 | head -n 1`" = "0000000 21 7a"
|