mirror of https://github.com/mirror/busybox.git
dd: add testsuite entry for write errors
parent
6672c8e480
commit
1796e2c495
|
@ -0,0 +1,2 @@
|
|||
busybox dd if="$0" of=/dev/full 2>/dev/null || status=$?
|
||||
test $status = 1
|
Loading…
Reference in New Issue