tests/auth: Refactor common code
authorSimon Wilkinson <sxw@your-file-system.com>
Thu, 24 Feb 2011 13:52:40 +0000 (13:52 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sat, 26 Feb 2011 11:56:37 +0000 (03:56 -0800)
commit1bc528d008fe11c43da6f6eef4210561bab33cbc
tree8651c5a6e2a15fe9555bb479e0b191d2efc34662
parent30adc223b11cb76b5085715d944c3bb2d766f6d8
tests/auth: Refactor common code

Pull the common code for creating a configuration directory out of
the keys and superuser tests into a single file. This both cleans up
the existing tests, and makes it easier to add new ones.

Change-Id: I08058117e08da3a3baf750b3b14ef6780f942206
Reviewed-on: http://gerrit.openafs.org/4049
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
tests/auth/Makefile.in
tests/auth/common.c [new file with mode: 0644]
tests/auth/common.h [new file with mode: 0644]
tests/auth/keys-t.c
tests/auth/superuser-t.c