Merge commit 'upstream/4.6.1'
[debian/atlc] / tests / 6f-create_50ohm_801Pixel_high_symmetrical_stripline.test
index 0b17e61966093cc95c0a5502e4039e99509798a2..92a9e8df29c185ab1bdc2ca40f393a61404bb246 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-Zo=`$top_builddir/src/non_gui/create_bmp_for_symmetrical_stripline -v 5000 801 1155 $top_builddir/tmp/50ohm-801h.bmp | awk '{print $4}'`
+Zo=`$top_builddir/src/create_bmp_for_symmetrical_stripline -v 5000 801 1155 $top_builddir/tmp/50ohm-801h.bmp | awk '{print $4}' | tail -1`
 if [ $Zo = 50.011737  ]; then
   rm $top_builddir/tmp/50ohm-801h.bmp
   echo "PASSED:" $0 >> tests.log