# HG changeset patch # User Chris Cannam # Date 1554213220 -3600 # Node ID d3e8e95b06f8cebf43caf98fb35bdf0f820ba99d # Parent a749869fdf8457f804cc12600a44ccba69b15504 Plain diff is perhaps more use diff -r a749869fdf84 -r d3e8e95b06f8 test/test-session-export.sh --- a/test/test-session-export.sh Fri Mar 29 19:17:32 2019 +0000 +++ b/test/test-session-export.sh Tue Apr 02 14:53:40 2019 +0100 @@ -71,5 +71,5 @@ bunzip2 -c "$input" | xmllint --format - > "$inxml" bunzip2 -c "$output" | xmllint --format - > "$outxml" -sdiff -w 140 "$inxml" "$outxml" +diff -u "$inxml" "$outxml"