mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
Fix a couple of typos in:
New file.
This commit is contained in:
parent
88fd89ac40
commit
930d3b37a8
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@
|
|||
(pass-if "port?"
|
||||
(port? (open-output-pipe "exit 0")))
|
||||
|
||||
;; exercise file descriptor setups when stdout is the same as stderr
|
||||
;; exercise file descriptor setups when stdin is the same as stderr
|
||||
(pass-if "stdin==stderr"
|
||||
(let ((port (open-file "/dev/null" "r+")))
|
||||
(with-input-from-port port
|
||||
|
@ -145,7 +145,7 @@
|
|||
;; close-pipe
|
||||
;;
|
||||
|
||||
(with-test-prefix "open-output-pipe"
|
||||
(with-test-prefix "close-pipe"
|
||||
|
||||
(pass-if-exception "no args" exception:wrong-num-args
|
||||
(close-pipe))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue