From b259415b51e73cf268a6cb22f0105756f7197781 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 15 Aug 2021 23:01:33 +0200 Subject: [PATCH] dd: fix testsuite Signed-off-by: Denys Vlasenko --- testsuite/dd/dd-count-bytes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuite/dd/dd-count-bytes b/testsuite/dd/dd-count-bytes index 0730cba5e..ae1b6c50a 100644 --- a/testsuite/dd/dd-count-bytes +++ b/testsuite/dd/dd-count-bytes @@ -1 +1,3 @@ +# FEATURE: CONFIG_FEATURE_DD_IBS_OBS + test "$(echo I WANT | busybox dd count=3 iflag=count_bytes 2>/dev/null)" = "I W"