t9301-fast-export.sh: Remove debug line
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
		
				
					committed by
					
						
						Junio C Hamano
					
				
			
			
				
	
			
			
			
						parent
						
							112db553b0
						
					
				
				
					commit
					f2ab7f82b7
				
			@ -83,7 +83,6 @@ test_expect_success 'import/export-marks' '
 | 
				
			|||||||
	git checkout -b marks master &&
 | 
						git checkout -b marks master &&
 | 
				
			||||||
	git fast-export --export-marks=tmp-marks HEAD &&
 | 
						git fast-export --export-marks=tmp-marks HEAD &&
 | 
				
			||||||
	test -s tmp-marks &&
 | 
						test -s tmp-marks &&
 | 
				
			||||||
	cp tmp-marks ~ &&
 | 
					 | 
				
			||||||
	test $(wc -l < tmp-marks) -eq 3 &&
 | 
						test $(wc -l < tmp-marks) -eq 3 &&
 | 
				
			||||||
	test $(
 | 
						test $(
 | 
				
			||||||
		git fast-export --import-marks=tmp-marks\
 | 
							git fast-export --import-marks=tmp-marks\
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user