tests: fix a printf portability issue
authorPádraig Brady <P@draigBrady.com>
Mon, 20 Sep 2010 14:23:20 +0000 (15:23 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 20 Sep 2010 14:23:20 +0000 (15:23 +0100)
commit4727aab1b1964913cb83db65d59ba65c198d9d84
tree614a8584e70dbf4317d2964062f1f05ded3e82f4
parentf57cb371fa0a940f41163a27bf2d460c1a4d2d35
tests: fix a printf portability issue

* tests/misc/sort-debug-keys: Don't depend on
printf supporting \xhh format, which isn't supported
by dash for example.  Also change from double quoted
strings to single quoted, when we don't need any
variable interpolation.
tests/misc/sort-debug-keys