You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	fate: fix generating references when sh=dash
Regression since 0b98f28c46
Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris>
Signed-off-by: Marton Balint <cus@passwd.hu>
			
			
This commit is contained in:
		
				
					committed by
					
						 Marton Balint
						Marton Balint
					
				
			
			
				
	
			
			
			
						parent
						
							51d303e20c
						
					
				
				
					commit
					275add9328
				
			| @@ -672,7 +672,7 @@ else | ||||
| fi | ||||
| echo "${test}:${sig:-$err}:$cmpo:$erro" >$repfile | ||||
|  | ||||
| if test $err != 0 && test $gen != "no" && test "${ref#tests/data/}" == "$ref" ; then | ||||
| if test $err != 0 && test $gen != "no" && test "${ref#tests/data/}" = "$ref" ; then | ||||
|     echo "GEN     $ref" | ||||
|     cp -f "$outfile" "$ref" | ||||
|     err=$? | ||||
|   | ||||
		Reference in New Issue
	
	Block a user