X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2F10a-create-lots-of-examples-check-last-one.test;fp=tests%2F10a-create-lots-of-examples-check-last-one.test;h=5775e13b61ce377965509de0c29c042d74c148ab;hb=ec2d2ab8e90a0c4b86ffc2385655c2fb27fcacd9;hp=e942b39008dc0c073b06b00deec078162ee3b9eb;hpb=795fb988211df268a8f7724bd2f4493c594abee9;p=debian%2Fatlc diff --git a/tests/10a-create-lots-of-examples-check-last-one.test b/tests/10a-create-lots-of-examples-check-last-one.test index e942b39..5775e13 100755 --- a/tests/10a-create-lots-of-examples-check-last-one.test +++ b/tests/10a-create-lots-of-examples-check-last-one.test @@ -1,8 +1,8 @@ #! /bin/sh -Zodd=`$top_builddir/src/non_gui/create_bmp_for_stripline_coupler -v 1.0 1.0 0.02 1 $top_builddir/tests/coupler8.bmp | tail -4 | head -1 | awk '{print $2}'` -Zeven=`$top_builddir/src/non_gui/create_bmp_for_stripline_coupler -v 1.0 1.0 0.02 1 $top_builddir/tests/coupler8.bmp | tail -4 | head -1 | awk '{print $4}'` -Zo=`$top_builddir/src/non_gui/create_bmp_for_stripline_coupler -v 1.0 1.0 0.02 1 $top_builddir/tests/coupler8.bmp | tail -4 | head -1 | awk '{print $6}'` +Zodd=`$top_builddir/src/create_bmp_for_stripline_coupler -v 1.0 1.0 0.02 1 $top_builddir/tests/coupler8.bmp | tail -4 | head -1 | awk '{print $2}'` +Zeven=`$top_builddir/src/create_bmp_for_stripline_coupler -v 1.0 1.0 0.02 1 $top_builddir/tests/coupler8.bmp | tail -4 | head -1 | awk '{print $4}'` +Zo=`$top_builddir/src/create_bmp_for_stripline_coupler -v 1.0 1.0 0.02 1 $top_builddir/tests/coupler8.bmp | tail -4 | head -1 | awk '{print $6}'` rm $top_builddir/tests/coupler8.bmp if [ $Zodd = 40.395419 ] && [ $Zeven = 76.541465 ] && [ $Zo = 55.605076 ] ; then