repair a test
Repair a test that is part of 8464896255
, because `write-bytes-avail*`
is not obliged to write all bytes.
This commit is contained in:
parent
e0f390c8c8
commit
3824ddc5b4
|
@ -1059,7 +1059,8 @@
|
|||
(test "012" read-string 3 i2)
|
||||
(thread-wait sync-thread)
|
||||
(test #t equal? sync-test-var 1)
|
||||
(test 5 write-bytes-avail* #"test123" two-pipes))
|
||||
(let ([n (write-bytes-avail* #"test123" two-pipes)])
|
||||
(test #t <= 1 n 5)))
|
||||
|
||||
;; --------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user