]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - tests/lib.sh.test
Fix installed() in setup.sh on Mac OS X.
[config/dotfiles.git] / tests / lib.sh.test
1
2
3 . ../lib.sh
4
5 # Tests for installed().
6 installed ls && echo ls installed
7 installed doesnt-exist && echo doesnt-exist installed