test-xalloc-die: avoid unwarranted test failure on OpenSolaris 5.11
authorJim Meyering <meyering@redhat.com>
Mon, 3 May 2010 16:30:38 +0000 (18:30 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 3 May 2010 16:30:38 +0000 (18:30 +0200)
commitd3d059cf53625ddfe2ff4f64759131e846f83b94
tree9913c9e96b075944b4956f45653e902dc7341f6a
parent87c320d5429dd9413929e9a60b85d69523c67499
test-xalloc-die: avoid unwarranted test failure on OpenSolaris 5.11

* tests/test-xalloc-die.sh: Redirect stdout before stderr, (i.e.,
"> out 2> err", rather than "2> err > out").  Otherwise, with /bin/sh
on OpenSolaris 5.11 snv_134, we would end up with a stray "1> out"
line in the "err2" output file when running "make check" in verbose
mode (i.e., with set -x enabled).
ChangeLog
tests/test-xalloc-die.sh