aboutsummaryrefslogtreecommitdiff
path: root/testsuite/dd/dd-accepts-if
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/dd/dd-accepts-if')
-rw-r--r--testsuite/dd/dd-accepts-if2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/dd/dd-accepts-if b/testsuite/dd/dd-accepts-if
new file mode 100644
index 0000000..03d1af8
--- /dev/null
+++ b/testsuite/dd/dd-accepts-if
@@ -0,0 +1,2 @@
+echo I WANT >foo
+test "$(busybox dd if=foo 2>/dev/null)" = "I WANT"