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 <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Simon Wilkinson 2012-04-21 19:24:10 +01:00 committed by Derrick Brashear
parent 25a5c423a0
commit ddcd9ede77
2 changed files with 2 additions and 1 deletions

View File

@ -13,5 +13,6 @@ ptserver/pts-man
rx/event
rx/perf
volser/vos-man
volser/vos
bucoord/backup-man
kauth/kas-man

View File

@ -90,7 +90,7 @@ main(int argc, char **argv)
struct ubik_client *ubikClient = NULL;
int secIndex;
plan(5);
plan(6);
code = rx_Init(0);