X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/74e57d0ecefaff0f029469bea65edc2e20747ee3..5513397de7526f0e5e01c1d29a37813008703d6d:/tests/unit/bitops.tcl?ds=sidebyside diff --git a/tests/unit/bitops.tcl b/tests/unit/bitops.tcl index 127a0e68..dade8923 100644 --- a/tests/unit/bitops.tcl +++ b/tests/unit/bitops.tcl @@ -170,7 +170,7 @@ start_server {tags {"bitops"}} { r lpush c foo catch {r bitop xor dest a b c d} e set e - } {*ERR*} + } {WRONGTYPE*} test {BITOP with empty string after non empty string (issue #529)} { r flushdb