Skip to content

Commit

Permalink
Fix the test, consume the return value
Browse files Browse the repository at this point in the history
Signed-off-by: Binbin <[email protected]>
  • Loading branch information
enjoy-binbin committed Jan 9, 2025
1 parent 1f6fccc commit bbdba23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/introspection.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ start_server {config "minimal.conf" tags {"introspection external:skip"} overrid
set r2 [get_nonloopback_client]
assert_error "ERR *protected*" {$r2 config set dir somedir}
assert_error "ERR *DEBUG command not allowed*" {$r2 DEBUG HELP}
$r2 close
assert_equal [$r2 close] 0
}
} {} {needs:debug}
}
Expand Down

0 comments on commit bbdba23

Please sign in to comment.