In diagnostics.t, avoid passing a literal \n in the command to run.
authorNicholas Clark <nick@ccl4.org>
Sun, 1 Jan 2012 20:35:33 +0000 (21:35 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 2 Jan 2012 10:11:55 +0000 (11:11 +0100)
commitf5aea3e0a38bf6cb0b8b7c2913f06ef81b848d27
tree5981d772fad1fc7f5ae22bdec1d520a27d1cec6e
parent77ef775e8a76cb3c0bcc8da460cd3d48bf0d8203
In diagnostics.t, avoid passing a literal \n in the command to run.

Express the one-liner with qq to interpolating \n to a newline character at
execution time, instead of q quoting a literal newline character. Passing
a literal newline character is not portable to all platforms.
lib/diagnostics.t