From: Simon Wilkinson Date: Sat, 21 Apr 2012 18:24:10 +0000 (+0100) Subject: tests: Add missing vos test X-Git-Tag: upstream/1.8.0_pre1^2~2498 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ddcd9ede775ef64de281bc4994b3c7477f7105e9;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/tests/TESTS b/tests/TESTS index 82d25f2ee..95e9cdcc5 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 e74f47371..e64e30058 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);