ash: do not expand tilde in parameter expansion within quotes
[oweals/busybox.git] / shell / ash_test / ash-misc / echo_write_error.tests
1 trap "" PIPE
2
3 {
4 sleep 1
5 echo Cant write this - get EPIPE
6 echo Ok: $? >&2
7 } | { true; }