markdown · 151 bytes Raw Blame History

bensch

A POSIX shell testing framework. Pass any shell binary, get a compliance report.

bensch --shell /bin/bash --suite posix,interactive
View source
1 # bensch
2
3 A POSIX shell testing framework. Pass any shell binary, get a compliance report.
4
5 ```
6 bensch --shell /bin/bash --suite posix,interactive
7 ```