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