summaryrefslogtreecommitdiff
path: root/tests/unit/pause.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/pause.tcl')
-rw-r--r--tests/unit/pause.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/pause.tcl b/tests/unit/pause.tcl
index 0f9bb4ae4..99fc7214d 100644
--- a/tests/unit/pause.tcl
+++ b/tests/unit/pause.tcl
@@ -104,7 +104,7 @@ start_server {tags {"pause network"}} {
test "Test clients with syntax errors will get responses immediately" {
r client PAUSE 100000 WRITE
catch {r set FOO} err
- assert_match "ERR wrong number of arguments for *" $err
+ assert_match "ERR wrong number of arguments for 'set' command" $err
r client unpause
}