tests from readme

fast tests

alias

unalias

more alias tests

tests

document testing

warn not to run while testing

chmod +x deactivate

specify the version (commit) of urchin

installation test

run

tests for ls

switch unsetopt to the thing creationix has

rename tests

urchin log

adjust urchin version
This commit is contained in:
Thomas Levine
2012-10-10 19:17:09 -04:00
parent 903479aeca
commit a27d39139b
18 changed files with 150 additions and 1 deletions

2
nvm.sh
View File

@@ -12,7 +12,7 @@ fi
# Make zsh glob matching behave same as bash
# This fixes the "zsh: no matches found" errors
if [[ `which unsetopt 2>/dev/null` ]]; then
if [ ! -z "$(which unsetopt 2>/dev/null)" ]; then
unsetopt nomatch 2>/dev/null
fi