Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / tools / regression / bin / sh / builtins / printf2.0
1 # $FreeBSD: src/tools/regression/bin/sh/builtins/printf2.0,v 1.1 2010/11/05 21:47:58 jilles Exp $
2
3 [ "$(printf '%cZ%s%d' x '\' 010)" = 'xZ\8' ]