Index: guile-2.2.4/test-suite/standalone/Makefile.am =================================================================== --- guile-2.2.4.orig/test-suite/standalone/Makefile.am +++ guile-2.2.4/test-suite/standalone/Makefile.am @@ -295,7 +295,4 @@ TESTS += test-smob-mark-race check_SCRIPTS += test-stack-overflow TESTS += test-stack-overflow -check_SCRIPTS += test-out-of-memory -TESTS += test-out-of-memory - EXTRA_DIST += ${check_SCRIPTS} Index: guile-2.2.4/test-suite/standalone/Makefile.in =================================================================== --- guile-2.2.4.orig/test-suite/standalone/Makefile.in +++ guile-2.2.4/test-suite/standalone/Makefile.in @@ -103,7 +103,7 @@ TESTS = test-system-cmds test-bad-identi test-scm-c-bind-keyword-arguments$(EXEEXT) \ test-srfi-4$(EXEEXT) $(am__append_6) $(am__EXEEXT_1) \ test-smob-mark$(EXEEXT) test-smob-mark-race$(EXEEXT) \ - test-stack-overflow test-out-of-memory + test-stack-overflow check_PROGRAMS = test-num2integral$(EXEEXT) test-round$(EXEEXT) \ test-foreign-object-c$(EXEEXT) test-list$(EXEEXT) \ test-unwind$(EXEEXT) test-conversion$(EXEEXT) \ @@ -1938,8 +1938,7 @@ check_SCRIPTS = test-system-cmds test-ba test-command-line-encoding test-command-line-encoding2 \ test-language test-guild-compile $(am__append_3) \ test-foreign-object-scm test-fast-slot-ref test-mb-regexp \ - test-use-srfi $(am__append_5) test-stack-overflow \ - test-out-of-memory + test-use-srfi $(am__append_5) test-stack-overflow BUILT_SOURCES = $(am__append_2) EXTRA_DIST = test-import-order-a.scm test-import-order-b.scm \ test-import-order-c.scm test-import-order-d.scm \