mirror of
https://github.com/sheumann/hush.git
synced 2024-11-09 02:09:01 +00:00
3 lines
85 B
Plaintext
3 lines
85 B
Plaintext
# XFAIL
|
|
test "$(echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')" = ',1,2,3,4,5,'
|