#! /bin/sh Zo=`$top_builddir/src/create_bmp_for_symmetrical_stripline -v 945 201 101 $top_builddir/tmp/100ohm-201h.bmp | awk '{print $4}' | tail -1` if [ $Zo = 100.160858 ]; then rm $top_builddir/tmp/100ohm-201h.bmp echo "PASSED:" $0 >> tests.log exit 0 else echo "FAILED:" $0 >> tests.log exit 1 fi