20953ab04c 
								
							
								 
							
						 
						
							
							
								
								Make sure `nvm run` works without a version argument when .nvmrc specifies a version.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								4cf940153c 
								
							
								 
							
						 
						
							
							
								
								Use node 0.9 for these testsso that people aren't likely to have it installed  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								bf8abf1052 
								
							
								 
							
						 
						
							
							
								
								Make sure `nvm install` works without a version argument when .nvmrc specifies a version.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								eb6031cb58 
								
							
								 
							
						 
						
							
							
								
								Clean up after existing `nvm install` tests.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								55a6f1f06e 
								
							
								 
							
						 
						
							
							
								
								Organizing `nvm install` tests better.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								b15ea07067 
								
							
								 
							
						 
						
							
							
								
								Don't clobber the latest version of 0.10 for tests.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								52a384a0cc 
								
							
								 
							
						 
						
							
							
								
								Add Makefile for multishell testing  
							
							... 
							
							
 
							
							updated nvm current test for zsh 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								0b97ee1d2a 
								
							
								 
							
						 
						
							
							
								
								Failing test for when using nvm ls with v* version  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								ae4c841742 
								
							
								 
							
						 
						
							
							
								
								Double == causes error on travis (dash shell)  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								38a0c997e2 
								
							
								 
							
						 
						
							
							
								
								Added travis config, fixed tests for use on travis  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								70f1734c12 
								
							
								 
							
						 
						
							
							
								
								updated tests for altered output  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e46ee7b30b 
								
							
								 
							
						 
						
							
							
								
								added test for using the latest of two versions  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								332ae1afcb 
								
							
								 
							
						 
						
							
							
								
								use a more portable release in install tests  
							
							... 
							
							
 
							
							The tests for nvm install currently install v0.8.6, which doesn't
build on FreeBSD due to Linuxisms.  Switch to a more recent version
that does work. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								9108a7f7fa 
								
							
								 
							
						 
						
							
							
								
								remove duplicate install test  
							
							... 
							
							
 
							
							`test/slow/install` is identical to `test/slow/install from source`
except in the version installed.  Remove it. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								dcba513108 
								
							
								 
							
						 
						
							
							
								
								address remaining comments from  #363  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								21771e7369 
								
							
								 
							
						 
						
							
							
								
								fix logic error in nvm deactivate test  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a3331ffdb0 
								
							
								 
							
						 
						
							
							
								
								fix errors due to use of unportable == operator  
							
							... 
							
							
 
							
							The `==` operator is not defined by POSIX and many test(1) (also
spelled `[`) implementations do not support it.  Replace uses of
`==` with the POSIX-conformant `=` equality operator. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								8925419e90 
								
							
								 
							
						 
						
							
							
								
								tests: avoid reliance on nullglob  
							
							... 
							
							
 
							
							Some shells do not have a nullglob feature, including dash (default
/bin/sh on Ubuntu) and the Almquist shell (default /bin/sh on
FreeBSD).  An mv(1) command in setup_dir is failing due to a glob
not matching anything, so use a more widely supported construction. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								0f709eafa0 
								
							
								 
							
						 
						
							
							
								
								Missed tests  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								4ca71d81cf 
								
							
								 
							
						 
						
							
							
								
								Changed test according to comments  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								dc7a42062e 
								
							
								 
							
						 
						
							
							
								
								Added test for `nvm current`  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								04dba10b9a 
								
							
								 
							
						 
						
							
							
								
								Fix the setup/teardown urchin test scripts under zsh  
							
							... 
							
							
 
							
							The v* glob expansions were failing with an error under zsh, just set
nullglob/NULL_GLOB and make both bash and zsh happier. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								8486a0da2b 
								
							
								 
							
						 
						
							
							
								
								Fix the 'nvm deactivate' test  
							
							... 
							
							
 
							
							`nvm deactivate` does not really remove the nvm command, it just remove
the entries from $PATH and $MANPATH previously adde with `nvm use`. 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								278fd031b0 
								
							
								 
							
						 
						
							
							
								
								added test for installation with -s option.  
							
							
 
							
						 
						
							13 years ago  
				
					
						
							
							
								 
						
							
							
								a27d39139b 
								
							
								 
							
						 
						
							
							
								
								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 
							
						 
						
							13 years ago