use $diffargs when executing diff. Remove unix2dos
This commit is contained in:
parent
e20bcf15a2
commit
cb561d3d12
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user