Tests: Fix nonportable \" escape in printf(1) invocation.
authorBen Pfaff <blp@nicira.com>
Wed, 14 Jul 2010 23:29:33 +0000 (16:29 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 14 Jul 2010 23:29:33 +0000 (16:29 -0700)
commit31e27af3aa8dff03b559ecc5a31f4968bf2b6a0c
tree9ee7958cb3a1a390a9ce8c5a1602820a7d4565c7
parent1f5cbaa3ba28794ffbaad170cd6f8597dcd25f94
Tests: Fix nonportable \" escape in printf(1) invocation.

The \" 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).

However, there's no reason to use a backslash here at all, so just omit
it.
tests/json.at