t7403: add missing &&'s
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
							parent
							
								
									ae3f7218b9
								
							
						
					
					
						commit
						0eb032d86c
					
				|  | @ -14,7 +14,7 @@ test_expect_success setup ' | ||||||
| 	echo file > file && | 	echo file > file && | ||||||
| 	git add file && | 	git add file && | ||||||
| 	test_tick && | 	test_tick && | ||||||
| 	git commit -m upstream | 	git commit -m upstream && | ||||||
| 	git clone . super && | 	git clone . super && | ||||||
| 	git clone super submodule && | 	git clone super submodule && | ||||||
| 	(cd super && | 	(cd super && | ||||||
|  | @ -42,7 +42,7 @@ test_expect_success 'change submodule url' ' | ||||||
| 	) && | 	) && | ||||||
| 	mv submodule moved-submodule && | 	mv submodule moved-submodule && | ||||||
| 	(cd super && | 	(cd super && | ||||||
| 	 git config -f .gitmodules submodule.submodule.url ../moved-submodule | 	 git config -f .gitmodules submodule.submodule.url ../moved-submodule && | ||||||
| 	 test_tick && | 	 test_tick && | ||||||
| 	 git commit -a -m moved-submodule | 	 git commit -a -m moved-submodule | ||||||
| 	) | 	) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Jens Lehmann
						Jens Lehmann