Merge commit 'upstream/4.6.1'
[debian/atlc] / tests / 6c-create_25ohm_801Pixel_high_symmetrical_stripline.test
index 7ca3b1a7c59d790a4795f5a38049be2a21bc634c..341e9b9f73ea7fb357b4f241716bf738f7d4ab61 100755 (executable)
@@ -5,7 +5,7 @@
 # To save time, atlc is not called to give its estimate of Zo, like it was
 # in 6a-create_and_check_25ohm_201Pixel_high_symmetrical_stripline.test
 
-Zo=`$top_builddir/src/non_gui/create_bmp_for_symmetrical_stripline -v 6000 801 2664 $top_builddir/tmp/25ohm-801h.bmp | awk '{print $4}'`
+Zo=`$top_builddir/src/create_bmp_for_symmetrical_stripline -v 6000 801 2664 $top_builddir/tmp/25ohm-801h.bmp | awk '{print $4}'| tail -1`
 if [ $Zo = 25.001256  ]; then
   rm $top_builddir/tmp/25ohm-801h.bmp
   echo "PASSED:" $0 >> tests.log