 Jordan Harband
					
					11 years ago
						Jordan Harband
					
					11 years ago
					
				
				 2 changed files with 31 additions and 3 deletions
			
			
		| @ -0,0 +1,12 @@ | |||||||
|  | #!/bin/sh | ||||||
|  | 
 | ||||||
|  | die () { echo $@ ; exit 1; } | ||||||
|  | 
 | ||||||
|  | . ../../nvm.sh | ||||||
|  | 
 | ||||||
|  | local EXPECTED_MSG="Can not copy packages from the current version of node." | ||||||
|  | [ "$(nvm use 0.10.28 && nvm copy-packages 0.10.28 2&>1)" = "$EXPECTED_MSG" ] || die '"nvm use 0.10.28 && nvm copy-packages 0.10.28" did not fail with the right message' | ||||||
|  | 
 | ||||||
|  | $(nvm use 0.10.28 && nvm copy-packages 0.10.28) | ||||||
|  | [ $? = 2 ] || die '"nvm use 0.10.28 && nvm copy-packages 0.10.28" did not fail with the right error code' | ||||||
|  | 
 | ||||||
					Loading…
					
					
				
		Reference in new issue