mdev: fix non-working device deletion, add a test for that
[platform/upstream/busybox.git] / testsuite / dd / dd-accepts-if
1 echo I WANT >foo
2 test "$(busybox dd if=foo 2>/dev/null)" = "I WANT"