tests: Avoid nonportable \x escapes in printf(1) invocation.
authorBen Pfaff <blp@nicira.com>
Wed, 26 May 2010 16:53:08 +0000 (09:53 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 26 May 2010 19:52:55 +0000 (12:52 -0700)
commita238d75e3527a18efae40f1cadc2a95261249580
tree1336d45ac640557f34af993b0dde7b9cd09e7362
parent7cf8b2660f9813fe080a3f4fcc975099cb36417a
tests: Avoid nonportable \x escapes in printf(1) invocation.

The \x escape is not part of POSIX, but it is a common extension.  The
dash shell's built-in "printf" implementation does not include this
extension, which caused the testsuite to be generated incorrectly if it
is used as the default shell (as it is on newer versions of Debian and
Ubuntu).

This commit fixes the problem by using standard octal escapes instead.

Reported-by: Joan Cirer <joan@ev0.net>
tests/ovsdb-data.at