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: sav-api~216 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd38d03096803bf6705e95f4b389fac3dee1c62a;p=pspp 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 f9a25c5d0e..2d0932f7a8 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 .