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