OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3084-gdce5e01

Gerrit Code Review gerrit@openafs.org
Thu, 1 Nov 2012 10:53:02 -0700 (PDT)


The following commit has been merged in the master branch:
commit dce5e012fedb3efc9e7acd9c443b7ec2caaf47ae
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Thu Nov 1 17:38:45 2012 +0000

    tests: Fix fallout from cleanup change
    
    The change to cleanup temporary files after tests
    (0c3670914a05c7aa33f0b1239ba9cc25f430ed04) broke all attempts
    to run the tests using libwrap, as it would cause libwrap to run
    the binary named "MAKECHECK=1"
    
    Move the variable defintion before the libwrap invocation to fix this.
    
    Change-Id: I330267c9b53483abccf43d60a7dc8f8d973c3959
    Reviewed-on: http://gerrit.openafs.org/8356
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: Derrick Brashear <shadow@your-file-system.com>

 tests/Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository