Skip to content

Commit 4d7e125

Browse files
committed
minor test suite bug fixed
1 parent a9b18e5 commit 4d7e125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/support/util.tcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ proc createComplexDataset {r ops {opt {}}} {
200200
randpath {{*}$r sadd $k $v} \
201201
{{*}$r srem $k $v} \
202202
{
203-
set otherset [findKeyWithType r set]
203+
set otherset [findKeyWithType {*}$r set]
204204
if {$otherset ne {}} {
205205
randpath {
206206
{*}$r sunionstore $k2 $k $otherset
@@ -216,7 +216,7 @@ proc createComplexDataset {r ops {opt {}}} {
216216
randpath {{*}$r zadd $k $d $v} \
217217
{{*}$r zrem $k $v} \
218218
{
219-
set otherzset [findKeyWithType r zset]
219+
set otherzset [findKeyWithType {*}$r zset]
220220
if {$otherzset ne {}} {
221221
randpath {
222222
{*}$r zunionstore $k2 2 $k $otherzset

0 commit comments

Comments
 (0)