OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2435-g5815a04
Gerrit Code Review
gerrit@openafs.org
Sun, 22 Apr 2012 06:20:17 -0700 (PDT)
The following commit has been merged in the master branch:
commit 5815a04cf1f3c7f4dec8ef3b9783e01bac599d1c
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Fri Apr 20 18:13:30 2012 +0100
tests: Move token faking code to its own file
Move the token faking code out of superuser-t.c into its own file in
tests/common, so it can be used by other tests.
Change-Id: I7b420250ef974b4b80a8dde692d2666657bb82ca
Reviewed-on: http://gerrit.openafs.org/7259
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
tests/auth/Makefile.in | 5 ++-
tests/auth/superuser-t.c | 47 ++----------------------------
tests/common/Makefile.in | 2 +-
tests/common/common.h | 6 ++++
tests/common/rxkad.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 84 insertions(+), 46 deletions(-)
--
OpenAFS Master Repository