Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common
6 changes: 0 additions & 6 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ run_tests_no_pass
run_tests_no_pass_altuid
run_tests_no_root_altuid
run_change_password_test
run_doc_test
run_bind_address_test
run_no_bind_address_test
"
Expand Down Expand Up @@ -218,11 +217,6 @@ test_scl_usage() {
fi
}

run_doc_test() {
ct_doc_content_old 6379 "REDIS.*PASSWORD" volume
return $?
}

function run_tests() {
local name=$1 ; shift
local ret
Expand Down
Loading