Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / busybox / shell / ash_test / ash-redir / redirA.tests
blob56833f9386a97305e8cdc1b078761277e8e19a5d
1 x="tmp11:tmp22"
3 # Bug was incorrectly expanding variables in >redir
4 echo "${x%:*}" >"${x%:*}"
5 echo tmp1*
6 rm tmp1*
8 # Also try unquoted
9 echo "${x%:*}" >${x%:*}
10 echo tmp1*
11 rm tmp1*