OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1273-g954aa23

Gerrit Code Review gerrit@openafs.org
Tue, 7 Jun 2011 07:50:46 -0700 (PDT)


The following commit has been merged in the master branch:
commit 799b3373ecfeebf790d71c6e5bf60b0845519b2d
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Mon May 30 17:47:35 2011 +0100

    tests: Move common code to its own directory
    
    Move code for faking up an OpenAFS configuration directory into its
    own "common" directory, as it's going to be of use to more tests than
    just those in auth.
    
    Change-Id: I9c80dd66763e222deca98bc7744ff317111c6ed8
    Reviewed-on: http://gerrit.openafs.org/4806
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 Makefile.in              |    1 +
 configure.ac             |    1 +
 tests/Makefile.in        |    2 +-
 tests/auth/Makefile.in   |   16 +++---
 tests/auth/authcon-t.c   |    2 +-
 tests/auth/common.c      |  112 ----------------------------------------------
 tests/auth/common.h      |   26 -----------
 tests/auth/keys-t.c      |    8 ++--
 tests/auth/superuser-t.c |    2 +-
 tests/common/Makefile.in |   12 +++++
 tests/common/common.h    |   26 +++++++++++
 tests/common/config.c    |  112 ++++++++++++++++++++++++++++++++++++++++++++++
 12 files changed, 167 insertions(+), 153 deletions(-)

-- 
OpenAFS Master Repository