"Dimitrie O. Paun" dimi@intelliware.ca writes:
On Tue, 4 May 2004, Ferenc Wagner wrote:
The msvcrt subtest parse error is a known redirection issue: the msvcrt test is linked against msvcrt (wow) and thus ignores the redirected libc filehandles. Tough.
Can e special case this guy somehow? More generally, can we special case test case linked against msvcrt?
Sorry for being so terse. This problem arises in the ELF build only, therefore has very little relevance in our case. Special casing would be possible but not worth in my opinion. Still, I can do it if you beat me to it.