From 572dfb8e78323b9837f7c5e3369ee233a440b8f2 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 21 Nov 2018 10:19:28 +0800 Subject: 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 Signed-off-by: Denys Vlasenko --- testsuite/echo/echo-prints-non-opts | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/echo/echo-prints-non-opts') diff --git a/testsuite/echo/echo-prints-non-opts b/testsuite/echo/echo-prints-non-opts index c7d1e20..4e642a1 100644 --- a/testsuite/echo/echo-prints-non-opts +++ b/testsuite/echo/echo-prints-non-opts @@ -1 +1,2 @@ +# FEATURE: CONFIG_DESKTOP test "`busybox echo -neEZ | od -t x1 | head -n 1`" = "0000000 2d 6e 65 45 5a 0a" -- cgit v1.1