]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - tests/lib.sh.test
Fix installed() in setup.sh on Mac OS X.
[config/dotfiles.git] / tests / lib.sh.test
index d21ee2dfd3092bfeda519e43857c73999bcfbd44..03184a01461371823de8a7b483faa00b0f1463ec 100644 (file)
@@ -3,5 +3,5 @@
 . ../lib.sh
 
 # Tests for installed().
-installed which && echo which installed
+installed ls && echo ls installed
 installed doesnt-exist && echo doesnt-exist installed