diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-08-15 23:01:33 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-08-15 23:01:33 +0200 |
commit | b259415b51e73cf268a6cb22f0105756f7197781 (patch) | |
tree | fcfa499abc870c7bfa7b72ee017f341d3e702fca | |
parent | d32ef3174bdcad429680b393372cb49fa8144289 (diff) | |
download | busybox-w32-b259415b51e73cf268a6cb22f0105756f7197781.tar.gz busybox-w32-b259415b51e73cf268a6cb22f0105756f7197781.tar.bz2 busybox-w32-b259415b51e73cf268a6cb22f0105756f7197781.zip |
dd: fix testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | testsuite/dd/dd-count-bytes | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | # FEATURE: CONFIG_FEATURE_DD_IBS_OBS | ||
2 | |||
1 | test "$(echo I WANT | busybox dd count=3 iflag=count_bytes 2>/dev/null)" = "I W" | 3 | test "$(echo I WANT | busybox dd count=3 iflag=count_bytes 2>/dev/null)" = "I W" |