t9603: use tabs for indentation
This patch will let the new `check-whitespace` GitHub workflow be happy with the upcoming patch series that wants to search-and-replace `master` with `main` in t9603 and some other test scripts. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
							parent
							
								
									d98f272674
								
							
						
					
					
						commit
						f6bcd9a8a4
					
				| 
						 | 
				
			
			@ -17,9 +17,9 @@ test_description='git cvsimport testing for correct patchset estimation'
 | 
			
		|||
setup_cvs_test_repository t9603
 | 
			
		||||
 | 
			
		||||
test_expect_failure PERL 'import with criss cross times on revisions' '
 | 
			
		||||
 | 
			
		||||
	git cvsimport -p"-x" -C module-git module &&
 | 
			
		||||
    (cd module-git &&
 | 
			
		||||
	(
 | 
			
		||||
		cd module-git &&
 | 
			
		||||
		git log --pretty=format:%s > ../actual-master &&
 | 
			
		||||
		git log A~2..A --pretty="format:%s %ad" -- > ../actual-A &&
 | 
			
		||||
		echo "" >> ../actual-master &&
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue