Mercurial > hg > sonic-visualiser
changeset 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 | d6a9b65f457f |
files | test/test-session-export.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"