From 75b22fafc2b74f935b3117cb3baf5360b413941e Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 4 Nov 2019 17:31:29 -0800 Subject: [PATCH] Fix test failure with tcl8.5 (test only issue) Former-commit-id: 5e40ea6ee7f0f34a9e11fdd7518d81383dd73c41 --- tests/unit/bitops.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/bitops.tcl b/tests/unit/bitops.tcl index f8a5cbe18..a280721f0 100644 --- a/tests/unit/bitops.tcl +++ b/tests/unit/bitops.tcl @@ -238,7 +238,7 @@ start_server {tags {"bitops"}} { r set a "abcdefg" r bitop lshift x a 8 r get x - } "\x00abcdefg" + } "\000abcdefg" test {BITOP lshift char} { r set a "\xAA"