diff options
| -rw-r--r-- | tests/run.scm (renamed from test/run.scm) | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/test/run.scm b/tests/run.scm index d190c95..c0a2a7e 100644 --- a/test/run.scm +++ b/tests/run.scm @@ -43,6 +43,10 @@         '(("hi, there") (a b c))         (run/sexps (echo "(\"hi, there\") (a b c)"))) + (test "Simple run/port" +       '(a b c) +       (read (run/port (echo "(a b c)")))) +   (test "Nested output redirection with pipe+"         "foo\n"         (run/string (pipe+ ((1 0)) | 
