mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 22:01:37 -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
71 B
Text
3 lines
71 B
Text
# $FreeBSD$
|
|
|
|
[ "$(printf '%c\0%s%d' x '\' 010 | tr '\0' Z)" = 'xZ\8' ]
|