12-fail.t: fix output redirection
authorOlivier Mengué <dolmen@cpan.org>
Sat, 8 Sep 2012 04:57:40 +0000 (06:57 +0200)
committerOlivier Mengué <dolmen@cpan.org>
Sat, 8 Sep 2012 04:57:40 +0000 (06:57 +0200)
commitf7dcf484ba018f1de37331b5f3a747709505b2c8
treee4929337a59cc49af2a0e1eb4a6b5c8310ed295d
parentdefbc24eee09fadc27637913aa4113318e94d967
12-fail.t: fix output redirection

If the destination for &2 must be the same as &1 (2>&1), &1 must be redirected
before &2 is redirected. This is not Win32 specific.
t/12-fail.t