apenwarr-redo/t/201-fail
Tommi Virtanen c2c013970e Avoid bashism >&file
The >& form is only for file descriptors, passing a file name there is
a bash extension.

    $ /bin/dash -c 'echo foo >&/dev/null'
    /bin/dash: 1: Syntax error: Bad fd number
2018-10-11 03:28:05 -04:00
..
.gitignore t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
all.do Avoid bashism >&file 2018-10-11 03:28:05 -04:00
clean.do t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00
fail.do t/*: rearrange tests into numbered directories. 2012-02-08 01:56:50 -05:00