components/guile/patches/fix-tests.patch
changeset 5908 bf41b43f02d8
parent 5907 e91f569899b8
child 5909 65108c8937a8
--- a/components/guile/patches/fix-tests.patch	Tue May 03 09:54:00 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-Fix the guile "libtest-asmobs" test based on the checkin at:
-
-http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=5b98517a652ea51cbb0fd03e87a50c0b3add9707
-
---- guile-1.8.6/test-suite/standalone/Makefile.in.orig	2015-02-03 06:36:37.592289075 -0800
-+++ guile-1.8.6/test-suite/standalone/Makefile.in	2015-02-03 06:37:38.135679120 -0800
-@@ -372,7 +372,9 @@
- 	test-bad-identifiers test-asmobs test-use-srfi
- BUILT_SOURCES = test-asmobs-lib.x
- EXTRA_DIST = $(am__append_3) ${check_SCRIPTS}
--TESTS_ENVIRONMENT = "${top_builddir}/pre-inst-guile-env"
-+TESTS_ENVIRONMENT = \
-+  builddir="$(builddir)" \
-+  "${top_builddir}/pre-inst-guile-env"
- test_cflags = \
-   -I$(top_srcdir)/test-suite/standalone		\
-   -I$(top_srcdir) -I$(top_builddir)		\
---- guile-1.8.6/test-suite/standalone/test-asmobs.orig	2015-02-03 06:42:27.703314819 -0800
-+++ guile-1.8.6/test-suite/standalone/test-asmobs	2015-02-03 06:38:10.485164432 -0800
-@@ -2,7 +2,8 @@
- exec guile -q -s "$0" "$@"
- !#
- 
--(load-extension "libtest-asmobs" "libtest_asmobs_init")
-+(load-extension (string-append (getenv "builddir") "/libtest-asmobs")
-+                "libtest_asmobs_init")
- 
- (define (test x v)
-   (if v