Merge commit 'upstream/4.6.1'
[debian/atlc] / tests / 6h-create_100ohm_401Pixel_high_symmetrical_stripline.test
index 24388e81165a52d9e212b5aeace02b5efa3d1d86..cee7870621f7be1114ed020333a510a06d3dc682 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-Zo=`$top_builddir/src/non_gui/create_bmp_for_symmetrical_stripline -v  1846 401 202 $top_builddir/tmp/100ohm-401h.bmp | awk '{print $4}'`
+Zo=`$top_builddir/src/create_bmp_for_symmetrical_stripline -v  1846 401 202 $top_builddir/tmp/100ohm-401h.bmp | awk '{print $4}' | tail -1`
 if [ $Zo = 100.024637 ]; then
   rm $top_builddir/tmp/100ohm-401h.bmp
   echo "PASSED:" $0 >> tests.log