mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
These are not meant as a replacement for tools/regression/usr.bin/printf/* but to detect errors specific to making it a shell builtin.
3 lines
58 B
Text
3 lines
58 B
Text
# $FreeBSD$
|
|
|
|
[ "$(printf '%cZ%s%d' x '\' 010)" = 'xZ\8' ]
|