hush/testsuite/dd/dd-reports-write-errors

3 lines
74 B
Plaintext
Raw Normal View History

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