From 2bf20ee77ae494575d9b74f0aceaba5a49408d74 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 8 Dec 2006 21:20:28 +0000 Subject: [PATCH] More of: New test. --- test-suite/standalone/test-use-srfi | 44 ++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/test-suite/standalone/test-use-srfi b/test-suite/standalone/test-use-srfi index 9ab6ca482..309b3bda7 100755 --- a/test-suite/standalone/test-use-srfi +++ b/test-suite/standalone/test-use-srfi @@ -17,15 +17,51 @@ # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -# Test that running "guile --use-srfi=17" leaves the interactive REPL with -# the srfi-17 version of car. +# Test that two srfi numbers on the command line work. # -# In guile 1.8.1 and earlier, and 1.6.8 and earlier, this failed because in +guile --use-srfi=1,10 >/dev/null </dev/null </dev/null <