]> git.saurik.com Git - redis.git/blobdiff - tests/unit/bitops.tcl
Copyright date fixed in COPYING file.
[redis.git] / tests / unit / bitops.tcl
index 127a0e680346ad4d0e783f1751b5e6151f1a1bb7..dade8923ee66fa810ade6c8c1c3f592100f4a031 100644 (file)
@@ -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