commit | 57929d80a4036d2c33ef92522623937104cad3d0 | [log] [tgz] |
---|---|---|
author | Ian Campbell <ian.campbell@citrix.com> | Thu Mar 22 15:25:24 2012 +0000 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Mar 24 11:45:06 2012 -0400 |
tree | 4b6fae6f4e1da266e6869c1b5c5668871369ab31 | |
parent | 980b45ab3ef67cfb3ae2aa9eef85a1a3660028c9 [diff] |
test-gcc: do not truncate stderr Using "> /dev/fd/2" causes stderr to get truncated, which is mangles the log file if the user happens to have redirected it there. Use ">&2" instead which redirects to the already open stderr and doesn't truncate it. Reported-by: Tim Deegan <tim@xen.org> Tested-by: Tim Deegan <tim@xen.org> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>