X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tests%2F10b-create-lots-of-examples-check-last-one.test;h=3989077893349e5b7e2366b11110162b408d8be5;hb=e5d4b145341a7edb81bf7cdecbc61d4ec5ee2097;hp=c5b194d6bd6c1d4101250d70f6519462060ec64d;hpb=a51f9bc3e458756855df5ab51a7e7ec015a9aebd;p=debian%2Fatlc diff --git a/tests/10b-create-lots-of-examples-check-last-one.test b/tests/10b-create-lots-of-examples-check-last-one.test index c5b194d..3989077 100755 --- a/tests/10b-create-lots-of-examples-check-last-one.test +++ b/tests/10b-create-lots-of-examples-check-last-one.test @@ -38,9 +38,9 @@ # know. email drkirkby@ntlworld.com and/or davek@medphys.ucl.ac.uk -Zodd=`$top_builddir/src/no*/create_bmp_for_stripline_coupler -v 1.0 1.0 1.0 1.0 $top_builddir/tmp/coupler1.bmp | tail -1 | awk '{print $2 }' ` -Zeven=`$top_builddir/src/no*/create_bmp_for_stripline_coupler -v 1.0 1.0 1.0 1.0 $top_builddir/tmp/coupler1.bmp | tail -1 | awk '{print $4 }' ` -Zo=`$top_builddir/src/no*/create_bmp_for_stripline_coupler -v 1.0 1.0 1.0 1.0 $top_builddir/tmp/coupler1.bmp | tail -1 | awk '{print $6 }' ` +Zodd=`$top_builddir/src/create_bmp_for_stripline_coupler -v 1.0 1.0 1.0 1.0 $top_builddir/tmp/coupler1.bmp | tail -1 | awk '{print $2 }' ` +Zeven=`$top_builddir/src/create_bmp_for_stripline_coupler -v 1.0 1.0 1.0 1.0 $top_builddir/tmp/coupler1.bmp | tail -1 | awk '{print $4 }' ` +Zo=`$top_builddir/src/create_bmp_for_stripline_coupler -v 1.0 1.0 1.0 1.0 $top_builddir/tmp/coupler1.bmp | tail -1 | awk '{print $6 }' ` rm -f $top_builddir/tmp/coupler1.bmp if [ $Zodd = 64.722695 ] && [ $Zeven = 65.969498 ] && [ $Zo = 65.343123 ] ; then echo "PASSED:" $0 >> tests.log