From: Ben Pfaff Date: Sun, 18 Oct 2009 00:12:19 +0000 (-0700) Subject: Fix tests/formats/num-out.sh test on Mingw. X-Git-Tag: sid-i386-build93~1 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0407d1662dbae126a4f9dd0a4abbc8bebd4b8649;p=pspp-builds.git Fix tests/formats/num-out.sh test on Mingw. inexactify needs an .exe extension on Mingw. --- diff --git a/tests/formats/num-out.sh b/tests/formats/num-out.sh index f1373e36..464b573b 100755 --- a/tests/formats/num-out.sh +++ b/tests/formats/num-out.sh @@ -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 .