Merge test suite.
This commit is contained in:
2
testsuite/dd/dd-accepts-if
Normal file
2
testsuite/dd/dd-accepts-if
Normal file
@@ -0,0 +1,2 @@
|
||||
echo I WANT >foo
|
||||
test "$(busybox dd if=foo 2>/dev/null)" = "I WANT"
|
||||
2
testsuite/dd/dd-accepts-of
Normal file
2
testsuite/dd/dd-accepts-of
Normal file
@@ -0,0 +1,2 @@
|
||||
echo I WANT | busybox dd of=foo 2>/dev/null
|
||||
echo I WANT | cmp foo -
|
||||
@@ -0,0 +1 @@
|
||||
test "$(echo I WANT | busybox dd 2>/dev/null)" = "I WANT"
|
||||
2
testsuite/dd/dd-prints-count-to-standard-error
Normal file
2
testsuite/dd/dd-prints-count-to-standard-error
Normal file
@@ -0,0 +1,2 @@
|
||||
echo I WANT | busybox dd of=foo >/dev/null 2>bar
|
||||
grep -q records bar
|
||||
Reference in New Issue
Block a user