Diff

Differences From Artifact [c2846bcc7a]:

To Artifact [6323624de5]:


41
42
43
44
45
46
47


48
49
vwait done
if {$calls != ($size + 1)} {
	error "EXPECTED [expr {$size + 1}], got $calls"
}
if {[lsort -integer $output] != $output} {
	error "EXPECTED [lsort -integer $output], GOT $output"
}



puts "ALL TESTS PASSED"







>
>


41
42
43
44
45
46
47
48
49
50
51
vwait done
if {$calls != ($size + 1)} {
	error "EXPECTED [expr {$size + 1}], got $calls"
}
if {[lsort -integer $output] != $output} {
	error "EXPECTED [lsort -integer $output], GOT $output"
}
close $fd
update idle

puts "ALL TESTS PASSED"