1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

ctdb-tests: Update tests to include new controls

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Amitay Isaacs 2016-04-21 22:43:54 +10:00 committed by Martin Schwenke
parent 979693069a
commit 2bad7d7de8
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
. "${TEST_SCRIPTS_DIR}/unit.sh"
last_control=145
last_control=148
control_output=$(
for i in $(seq 0 $last_control) ; do

View File

@ -2179,7 +2179,7 @@ static void test_reply_dmaster_test(void)
talloc_free(mem_ctx);
}
#define NUM_CONTROLS 146
#define NUM_CONTROLS 149
static void test_req_control_data_test(void)
{