dd: add testsuite entry for write errors

This commit is contained in:
Denis Vlasenko 2007-12-02 01:43:18 +00:00
parent 6672c8e480
commit 1796e2c495
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
busybox dd if="$0" of=/dev/full 2>/dev/null || status=$?
test $status = 1