components/opensp/patches/opensp-04-fix-testsuite.patch
changeset 4876 bd07b8aacc8a
equal deleted inserted replaced
4873:6d82df78a854 4876:bd07b8aacc8a
       
     1 # Change to build and run the tests on Solaris
       
     2 # Not suitable for upstream
       
     3 
       
     4 --- OpenSP-1.5.1/tests/Makefile.am	Wed Aug 26 12:43:54 2015
       
     5 +++ OpenSP-1.5.1/tests/Makefile.am	Wed Aug 26 12:47:41 2015
       
     6 @@ -16,11 +16,12 @@
       
     7  
       
     8  EXTRA_DIST = $(TESTS)
       
     9  
       
    10 +SHELL = /bin/sh
       
    11 +
       
    12  TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) \
       
    13  	PATH=.:../nsgmls:../sgmlnorm:../sx:../spent:../spcat:../spam:$$PATH \
       
    14  	ONSGMLS=`echo onsgmls|sed '$(transform)'`\
       
    15 -	OSGMLNORM=`echo osgmlnorm|sed '$(transform)'`\
       
    16 -	$(SHELL)
       
    17 +	OSGMLNORM=`echo osgmlnorm|sed '$(transform)'`
       
    18  
       
    19  # Two auxiliary programs used by the tests.
       
    20  INCLUDES = -I.. -I$(top_srcdir)/lib -I$(top_srcdir)/intl