Move sed over to the generic llist_t for append. Saves about 90 bytes.
[oweals/busybox.git] / testsuite / cut / cut-cuts-a-field
1 test $(echo -e "f1\tf2\tf3" | busybox cut -f 2) = f2