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 <