[commit: ghc] master: Fix failing test on BINDIST=YES (020bd49)

git at git.haskell.org git at git.haskell.org
Fri Aug 29 14:04:34 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/020bd49a4b55d6e354c5df9f67455fac1991fbe1/ghc

>---------------------------------------------------------------

commit 020bd49a4b55d6e354c5df9f67455fac1991fbe1
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Fri Aug 29 13:35:09 2014 +0100

    Fix failing test on BINDIST=YES
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


>---------------------------------------------------------------

020bd49a4b55d6e354c5df9f67455fac1991fbe1
 testsuite/tests/rename/prog006/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/rename/prog006/Makefile b/testsuite/tests/rename/prog006/Makefile
index e5d35e1..41c33c8 100644
--- a/testsuite/tests/rename/prog006/Makefile
+++ b/testsuite/tests/rename/prog006/Makefile
@@ -37,7 +37,7 @@ rn.prog006:
 	echo "import-dirs: `./pwd`" >>pkg.conf
 	echo "exposed-modules: B.C" >>pkg.conf
 	rm -rf $(LOCAL_PKGCONF)
-	$(GHC_PKG) init $(LOCAL_PKGCONF)
+	'$(GHC_PKG)' init $(LOCAL_PKGCONF)
 	$(LOCAL_GHC_PKG) register pkg.conf -v0
 	'$(TEST_HC)' $(TEST_HC_OPTS) -c -package-db $(LOCAL_PKGCONF) -package test -fforce-recomp A.hs -i
 # The -i clears the search path, so A.hs will find B.C from package test



More information about the ghc-commits mailing list