Merge commit 'upstream/4.6.1'
[debian/atlc] / tests / 6e-create_50ohm_401Pixel_high_symmetrical_stripline.test
index b7f4cb7d5bccd2f8d854d9f6019703f85ce22b92..4a8646e20b1b1fbc35d3169fbd262e208d638e9c 100755 (executable)
@@ -5,8 +5,7 @@
 # atlc is then called, and its estimate calaculated, which will differ 
 # slightly from the theoretical data 
 
-ZoTheory=`$top_builddir/src/non_gui/create_bmp_for_symmetrical_stripline -v 2222 401 578 $top_builddir/tmp/50ohm-401h.bmp | awk '{print $4}'`
-#echo "Zo theory = " $ZoTheory "Zo altc= " $Zoatlc " cksum of bitmap" $MD5SUM "cksum of .Ex.bmp= " $EXMD5SUM
+ZoTheory=`$top_builddir/src/create_bmp_for_symmetrical_stripline -v 2222 401 578 $top_builddir/tmp/50ohm-401h.bmp | awk '{print $4}' | tail -1`
 if [ $ZoTheory = 50.026376  ]  ; then
   rm $top_builddir/tmp/50ohm-401h.bmp
   echo "PASSED:" $0 >> tests.log