Skip to content

Commit

Permalink
Oops, didn't mean to comment that line out. Also, bincompare is easie…
Browse files Browse the repository at this point in the history
…r to read with -u
  • Loading branch information
parkrrrr committed Sep 17, 2004
1 parent 5ca5ae5 commit d94c483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testo
Expand Up @@ -15,7 +15,7 @@ bincompare()
rm -f ${TMPDIR}/bc2
${OD} $1 >${TMPDIR}/bc1
${OD} $2 >${TMPDIR}/bc2
${DIFF} ${TMPDIR}/bc1 ${TMPDIR}/bc2 || {
${DIFF} -u ${TMPDIR}/bc1 ${TMPDIR}/bc2 || {
echo ERROR binary comparing $*
exit 1
}
Expand Down Expand Up @@ -524,7 +524,7 @@ compare ${TMPDIR}/gpl1.gpx ${TMPDIR}/gpl2.gpx
#
rm -f ${TMPDIR}/netstumbler.mps
${PNAME} -i netstumbler -f reference/netstumbler.txt -o mapsource -F ${TMPDIR}/netstumbler.mps
# bincompare ${TMPDIR}/netstumbler.mps reference/netstumbler.mps
bincompare ${TMPDIR}/netstumbler.mps reference/netstumbler.mps

#
# IGC tests
Expand Down

0 comments on commit d94c483

Please sign in to comment.