Sign in
coral
/
busybox
/
refs/tags/1_27_0
/
.
/
shell
/
ash_test
/
ash-misc
/
echo_write_error.tests
blob: 0a40c9ff73868a9f19c37139e8011b1eade3aac9 [
file
] [
log
] [
blame
]
trap
""
PIPE
{
sleep
1
echo
Cant
write
this
-
get
EPIPE
echo
Ok
:
$
?
>&
2
}
|
{
true
;
}