tests: avoid test failure on Solaris 10 due to lack of PATH export
[pspp] / tests / test-xalloc-die.sh
index 80d6208d030c1f5b809d5b72ec8a78340bf18e11..375cd14e14fe3f27663546435eb08461592a197f 100755 (executable)
@@ -18,7 +18,7 @@
 
 . "${srcdir=.}/init.sh"; path_prepend_ .
 
-test-xalloc-die${EXEEXT} 2> err > out
+test-xalloc-die${EXEEXT} > out 2> err
 case $? in
   1) ;;
   *) Exit 1;;