source: MondoRescue/branches/3.3/mindi-busybox/shell/ash_test/ash-misc/echo_write_error.tests@ 3621

Last change on this file since 3621 was 3621, checked in by Bruno Cornec, 7 years ago

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

  • Property svn:executable set to *
File size: 87 bytes
Line 
1trap "" PIPE
2
3{
4sleep 1
5echo Cant write this - get EPIPE
6echo Ok: $? >&2
7} | { true; }
Note: See TracBrowser for help on using the repository browser.