mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 18:25:52 +08:00 
			
		
		
		
	Fix nvm alias tests to have both stable and unstable mocks.
				
					
				
			This commit is contained in:
		| @@ -2,8 +2,10 @@ | ||||
|  | ||||
| for i in $(seq 1 10) | ||||
|   do | ||||
|   rm -f "../../../alias/test$i" | ||||
|   rm -f "../../../alias/test-stable-$i" | ||||
|   rm -rf "../../../v0.0.$i" | ||||
|   rm -f "../../../alias/test-unstable-$i" | ||||
|   rm -rf "../../../v0.1.$i" | ||||
| done | ||||
|  | ||||
| rm -f "../../../alias/stable" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user