~ubuntu-branches/ubuntu/maverick/atlc/maverick

« back to all changes in this revision

Viewing changes to tests/11l-verify-checksum-of-created-test-coupler1.V.even.bmp.test

  • Committer: Bazaar Package Importer
  • Author(s): Bdale Garbee
  • Date: 2005-06-03 04:53:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050603045328-pohnuy5yryiv9s6o
Tags: 4.6.0-1
* new upstream version
* move make check from binary to build target so it doesn't run as root
* lose --with-threads from configure call, since it causes regression suite
  to fail many tests and upstream's README.threads is discouraging
* various tweaks to make lintian happier

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
MD5SUM=`$top_builddir/tools/src/mymd5sum $top_builddir/tmp/test-coupler1.V.even.bmp`
8
8
rm -f $top_builddir/tmp/test-coupler1.V.even.bmp $top_builddir/tmp/test-coupler1.bmp
9
9
 
10
 
if [ $MD5SUM != 6c6cd9f30d21ae2b76fa7bd48c3774c5 ]; then
 
10
if [ $MD5SUM != b9f22cb28c88629233e7f38642418670 ]; then
11
11
  echo "FAILED:" $0  >> tests.log
12
12
  exit 1
13
13
else