Attached.

Cheers,

-- 
Cristian
#!/bin/sh

set -e

. testing.sh

bb="busybox "

testing "printf: produce no further output 1" \
        "${bb}printf '\c' foo" \
        "" \
        "" \
        ""

testing "printf: produce no further output 2" \
        "${bb}printf '%s\c' foo \$HOME" \
        "foo" \
        "" \
        ""

testing "printf: produce no further output 3" \
        "${bb}printf '%s\n' foo \$HOME" \
        "foo\n$HOME\n" \
        "" \
        ""

exit 0
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to