comparison test/test-session-export.sh @ 2249:d3e8e95b06f8 single-point

Plain diff is perhaps more use
author Chris Cannam
date Tue, 02 Apr 2019 14:53:40 +0100
parents a749869fdf84
children 1dbc681aec21
comparison
equal deleted inserted replaced
2248:a749869fdf84 2249:d3e8e95b06f8
69 fi 69 fi
70 70
71 bunzip2 -c "$input" | xmllint --format - > "$inxml" 71 bunzip2 -c "$input" | xmllint --format - > "$inxml"
72 bunzip2 -c "$output" | xmllint --format - > "$outxml" 72 bunzip2 -c "$output" | xmllint --format - > "$outxml"
73 73
74 sdiff -w 140 "$inxml" "$outxml" 74 diff -u "$inxml" "$outxml"
75 75