From ddcd9ede775ef64de281bc4994b3c7477f7105e9 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sat, 21 Apr 2012 19:24:10 +0100 Subject: [PATCH] tests: Add missing vos test Add the missing volser/vos test, and fix it so that the plan is correct Change-Id: I017679176f5df8fb18002175a75ac0dcd108aded Reviewed-on: http://gerrit.openafs.org/7255 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- tests/TESTS | 1 + tests/volser/vos-t.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/TESTS b/tests/TESTS index 82d25f2eec..95e9cdcc58 100644 --- a/tests/TESTS +++ b/tests/TESTS @@ -13,5 +13,6 @@ ptserver/pts-man rx/event rx/perf volser/vos-man +volser/vos bucoord/backup-man kauth/kas-man diff --git a/tests/volser/vos-t.c b/tests/volser/vos-t.c index e74f47371f..e64e30058d 100644 --- a/tests/volser/vos-t.c +++ b/tests/volser/vos-t.c @@ -90,7 +90,7 @@ main(int argc, char **argv) struct ubik_client *ubikClient = NULL; int secIndex; - plan(5); + plan(6); code = rx_Init(0);