apenwarr-redo/t/141-keep-going
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 Add a test for --keep-going option. 2012-02-09 00:42:41 -05:00
all.do Avoid bashism >&file 2018-10-11 03:28:05 -04:00
clean.do Add a test for --keep-going option. 2012-02-09 00:42:41 -05:00
default.fail.do Add a test for --keep-going option. 2012-02-09 00:42:41 -05:00
default.ok.do Add a test for --keep-going option. 2012-02-09 00:42:41 -05:00