Jordan Harband 
							
						 
					 
					
						
						
							
						
						b8fe75e93a 
					 
					
						
						
							
							Tests for nvm copy-packages  
						
						
						
						
					 
					
						2014-08-16 01:58:39 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Harband 
							
						 
					 
					
						
						
							
						
						1fa2acf5a7 
					 
					
						
						
							
							Adding nvm exec tests.  
						
						
						
						
					 
					
						2014-08-02 15:43:04 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Harband 
							
						 
					 
					
						
						
							
						
						4512337c11 
					 
					
						
						
							
							Adding a slow nvm current test, since it needs an installed version of node.  
						
						
						
						
					 
					
						2014-07-20 23:41:11 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Harband 
							
						 
					 
					
						
						
							
						
						bb01513eba 
					 
					
						
						
							
							Making sure there's test coverage for nvm i  
						
						
						
						
					 
					
						2014-06-22 09:18:41 -07:00 
						 
				 
			
				
					
						
							
							
								Koen Punt 
							
						 
					 
					
						
						
							
						
						a318ddf9b3 
					 
					
						
						
							
							redirect stderr to stdout in test  
						
						
						
						
					 
					
						2014-06-17 01:22:17 +02:00 
						 
				 
			
				
					
						
							
							
								Jordan Harband 
							
						 
					 
					
						
						
							
						
						ba1be9b4ea 
					 
					
						
						
							
							Making nvm install use the version, even if it's already installed.  Fixes   #410  
						
						
						
						
					 
					
						2014-05-05 23:32:39 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Harband 
							
						 
					 
					
						
						
							
						
						c77be55cdc 
					 
					
						
						
							
							Updating "nvm run" tests.  
						
						
						
						
					 
					
						2014-05-04 00:39:32 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Harband 
							
						 
					 
					
						
						
							
						
						e195fccdb7 
					 
					
						
						
							
							Escaping backticks  
						
						
						
						
					 
					
						2014-05-03 23:29:21 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Harband 
							
						 
					 
					
						
						
							
						
						20953ab04c 
					 
					
						
						
							
							Make sure nvm run works without a version argument when .nvmrc specifies a version.  
						
						
						
						
					 
					
						2014-04-20 00:28:07 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Harband 
							
						 
					 
					
						
						
							
						
						4cf940153c 
					 
					
						
						
							
							Use node 0.9 for these testsso that people aren't likely to have it installed  
						
						
						
						
					 
					
						2014-04-19 23:41:36 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Harband 
							
						 
					 
					
						
						
							
						
						bf8abf1052 
					 
					
						
						
							
							Make sure nvm install works without a version argument when .nvmrc specifies a version.  
						
						
						
						
					 
					
						2014-04-19 17:07:00 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Harband 
							
						 
					 
					
						
						
							
						
						eb6031cb58 
					 
					
						
						
							
							Clean up after existing nvm install tests.  
						
						
						
						
					 
					
						2014-04-19 17:00:06 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Harband 
							
						 
					 
					
						
						
							
						
						55a6f1f06e 
					 
					
						
						
							
							Organizing nvm install tests better.  
						
						
						
						
					 
					
						2014-04-19 16:48:43 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Harband 
							
						 
					 
					
						
						
							
						
						b15ea07067 
					 
					
						
						
							
							Don't clobber the latest version of 0.10 for tests.  
						
						
						
						
					 
					
						2014-04-19 16:46:17 -07:00 
						 
				 
			
				
					
						
							
							
								messju mohr 
							
						 
					 
					
						
						
							
						
						e46ee7b30b 
					 
					
						
						
							
							added test for using the latest of two versions  
						
						
						
						
					 
					
						2014-03-15 20:42:38 +01:00 
						 
				 
			
				
					
						
							
							
								Fraser Tweedale 
							
						 
					 
					
						
						
							
						
						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. 
						
						
					 
					
						2014-02-22 12:20:15 +10:00 
						 
				 
			
				
					
						
							
							
								Fraser Tweedale 
							
						 
					 
					
						
						
							
						
						9108a7f7fa 
					 
					
						
						
							
							remove duplicate install test  
						
						... 
						
						
						
						`test/slow/install` is identical to `test/slow/install from source`
except in the version installed.  Remove it. 
						
						
					 
					
						2014-02-22 12:20:15 +10:00 
						 
				 
			
				
					
						
							
							
								Yoshiya Hinosawa 
							
						 
					 
					
						
						
							
						
						278fd031b0 
					 
					
						
						
							
							added test for installation with -s option.  
						
						
						
						
					 
					
						2013-01-12 14:42:41 +09:00 
						 
				 
			
				
					
						
							
							
								Thomas Levine 
							
						 
					 
					
						
						
							
						
						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 
						
						
					 
					
						2012-10-11 16:12:50 -04:00