]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/printf4.0
2dd3e729574a99ff8d30c415af55c5553cfb5c62
[apple/shell_cmds.git] / sh / tests / builtins / printf4.0
1 # $FreeBSD$
2
3 set -e
4 v=$(! printf "%d" 4wrong 2>/dev/null)
5 [ "$v" = "4" ]