Binbin 2a2e5d416a
Fix double inf test, use readraw to verify the protocol (#11504)
The test introduced in #11482 fail on mac:
```
*** [err]: RESP3: RM_ReplyWithDouble: inf in tests/unit/moduleapi/reply.tcl
Expected 'Inf' to be equal to 'inf'
(context: type eval line 6 cmd {assert_equal Inf [r rw.double inf]} proc ::test)
```

Looks like the mac platform returns inf instead of Inf in this case, this PR
uses readraw to verify the protocol.
2022-11-14 11:07:10 +02:00
..
2022-11-09 19:50:07 +02:00
2022-03-09 13:55:17 +02:00
2010-10-15 12:54:53 +02:00
2022-11-09 19:50:07 +02:00
2021-08-09 09:40:29 +03:00