Merge commit 'upstream/4.6.1'
[debian/atlc] / tests / 5c-check_numeric_data_from_atlc-2conductor.test
index fd2a4d4b877f6d23126bea3e365b017b01f527a9..e21b6dd11e1dc10bc4d51b737236a95372dc8a3a 100755 (executable)
@@ -10,9 +10,9 @@ cp $top_srcdir/examples/coax2.bmp $top_builddir/tmp
 
 # Add the -S and -s options together to prevent all ( .bmp or .bin files ) being created. 
 if [ "$mpirun_found" = "yes" ] ; then
-  Zo=`mpirun -np 2 $top_builddir/src/non_gui/atlc -s -S $top_builddir/tmp/coax2.bmp | awk '{print $6}'`
+  Zo=`mpirun -np 2 $top_builddir/src/atlc -s -S $top_builddir/tmp/coax2.bmp | awk '{print $6}'`
 else
-  Zo=`$top_builddir/src/non_gui/atlc -s -S $top_builddir/tmp/coax2.bmp | awk '{print $6}'`
+  Zo=`$top_builddir/src/atlc -s -S $top_builddir/tmp/coax2.bmp | awk '{print $6}'`
 fi
 
 if [ $Zo != 70.199 ] ; then