From 0b49934a0bcb4f17406cc7ddcac58871921a2135 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Tue, 20 Aug 2019 11:35:13 -0400 Subject: [PATCH] Remove extra import from 'run-test-suite'. The '(ice-9 textual-ports)' module is not needed, and using it breaks the test suite on Guile 2.0. * tests/run-test-suite.in: Do not use '(ice-9 textual-ports)'. --- tests/run-test-suite.in | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run-test-suite.in b/tests/run-test-suite.in index 8d350cf..0fd98eb 100644 --- a/tests/run-test-suite.in +++ b/tests/run-test-suite.in @@ -24,7 +24,6 @@ (ice-9 popen) (ice-9 rdelim) (ice-9 receive) - (ice-9 textual-ports) (srfi srfi-9))