Fix tests/formats/num-out.sh test on Mingw.
authorBen Pfaff <blp@gnu.org>
Sun, 18 Oct 2009 00:12:19 +0000 (17:12 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 26 May 2010 05:06:58 +0000 (22:06 -0700)
inexactify needs an .exe extension on Mingw.

tests/formats/num-out.sh

index f9a25c5d0e5f032216c1729f195999892330a09b..2d0932f7a8efe23f55ad80b6c37b0130d1947257 100755 (executable)
@@ -50,7 +50,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 echo -n .
 
 activity="inexactify results"
-$top_builddir/tests/formats/inexactify < output.txt > output.inexact
+$top_builddir/tests/formats/inexactify$EXEEXT < output.txt > output.inexact
 if [ $? -ne 0 ] ; then no_result ; fi
 echo -n .
 
@@ -65,7 +65,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 echo -n .
 
 activity="inexactify expected results"
-$top_builddir/tests/formats/inexactify < expected.txt > expected.inexact
+$top_builddir/tests/formats/inexactify$EXEEXT < expected.txt > expected.inexact
 if [ $? -ne 0 ] ; then no_result ; fi
 echo -n .