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)'.
This commit is contained in:
Timothy Sample 2019-08-20 11:35:13 -04:00
parent 9639f5eff7
commit 0b49934a0b
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@
(ice-9 popen)
(ice-9 rdelim)
(ice-9 receive)
(ice-9 textual-ports)
(srfi srfi-9))