You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	fate: use diff -b in oneline comparison
This is simpler and should take care of any problems with mixed line ending styles. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
		| @@ -61,9 +61,7 @@ stddev(){ | ||||
| } | ||||
|  | ||||
| oneline(){ | ||||
|     val=$(cat "$2") | ||||
|     test x"$val" = x"$1" || { r=$?; printf -- '-%s\n+%s\n' "$ref" "$val"; } | ||||
|     return ${r:-0} | ||||
|     printf '%s\n' "$1" | diff -u -b - "$2" | ||||
| } | ||||
|  | ||||
| run(){ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user