1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 20:48:27 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Dmitry Rozhkov
adc7ecfe17 Avoid undocumented usage of the head utility.
Some implementations of head (e.g. the one in Busybox)
can't handle options like "-1". Replace them with "-n1".

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2016-05-02 14:47:48 +00:00
Sam Stephenson
80815f7ebd Ensure $PREFIX/share/man/man{1,7} directories exist
Fixes #33
2013-11-10 22:56:29 -06:00
Jakukyo Friel
b1eee9f455 add Manpages
- add bats.1
- add bats.7
- tweak install.sh to install manpages
2013-11-09 16:09:26 +08:00
Sam Stephenson
cefd684545 Add installer 2011-12-29 18:48:33 -06:00