mirror of
https://github.com/fluencelabs/redis
synced 2025-06-10 15:51:21 +00:00
Fix no-negative-zero test
This commit is contained in:
@ -153,6 +153,7 @@ start_server {tags {"incr"}} {
|
||||
} {ERR*valid*}
|
||||
|
||||
test {No negative zero} {
|
||||
r del foo
|
||||
r incrbyfloat foo [expr double(1)/41]
|
||||
r incrbyfloat foo [expr double(-1)/41]
|
||||
r get foo
|
||||
|
Reference in New Issue
Block a user