Remove 'setvbuf' in string port redirect test.

This was only relevant to an older implementation of redirects, and
does not make much sense for us now.

* tests/unit/shell.scm (Redirects here-document to standard input):
Remove call to 'setvbuf'.
This commit is contained in:
Timothy Sample 2019-05-16 20:55:42 -04:00
parent 5b236ceef3
commit 9af8bb2832
1 changed files with 0 additions and 1 deletions

View File

@ -277,7 +277,6 @@
"foo\n"
(with-input-from-string "bar\n"
(lambda ()
(setvbuf (current-input-port) 'none)
(with-output-to-string
(lambda ()
(sh:with-redirects '((<< 0 "foo\n"))