Imported Upstream version 4.6.1
[debian/atlc] / tests / 8a-design_coupler.bmp.test
index fa7b84548546c9ca6abf1350bb570a3fcd2f695f..c233b83d7676cdc4378dfa038c953c827f37e36d 100755 (executable)
@@ -11,7 +11,7 @@
 # The GNU scientific library is needed to use design_coupler, so if it's
 # not present, this test gets skipped. 
 
-$top_builddir/src/non_gui/design_coupler -d 20 144 146 > $top_builddir/tmp/results  2> /dev/null
+$top_builddir/src/design_coupler -d 20 144 146 > $top_builddir/tmp/results  2> /dev/null
 MD5SUM=`$top_builddir/tools/src/mymd5sum $top_builddir/tmp/results`
 # Accept eithe a DOS or UNIX based text file, so accept two checksums. 
 if [ $MD5SUM = f53d09bdc334c3f0508b4f44e789e216 ] || [ $MD5SUM = aebd9a6d1c1db548d39723edec454640 ] ; then