use $diffargs when executing diff. Remove unix2dos

This commit is contained in:
clanmills
2020-04-12 11:36:05 +01:00
parent e20bcf15a2
commit cb561d3d12
+2 -3
View File
@@ -17,14 +17,13 @@ fi
for f in ${files[@]} ; do
runTest xmpparser-test $f
# unix2dos -q ${f}-new
diff $f ${f}-new
diff $diffargs $f ${f}-new
done
testfile=xmpsdk.xmp
runTest xmpparse ${testfile} > t1 2>&1
runTest xmpparse ${testfile}-new > t2 2>&1
diff t1 t2
diff $diffargs t1 t2
# ----------------------------------------------------------------------
# xmpsample