mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 18:25:52 +08:00 
			
		
		
		
	Clean up after existing nvm install tests.
				
					
				
			This commit is contained in:
		
							
								
								
									
										13
									
								
								test/slow/nvm install/teardown_dir
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										13
									
								
								test/slow/nvm install/teardown_dir
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| . ../../../nvm.sh | ||||
| nvm uninstall v0.10.7 | ||||
|  | ||||
| if [ -f ".nvmrc" ]; then | ||||
|   rm .nvmrc | ||||
| fi | ||||
|  | ||||
| if [ -f ".nvmrc.bak" ]; then | ||||
|   mv .nvmrc.bak .nvmrc | ||||
| fi | ||||
|  | ||||
		Reference in New Issue
	
	Block a user