OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-359-gac9d766

Gerrit Code Review gerrit@openafs.org
Mon, 24 Jun 2024 15:10:56 -0400


The following commit has been merged in the master branch:
commit ac9d766b475b52e146987a3cbe0b27516bc82158
Author: Mark Vitale <mvitale@sinenomine.net>
Date:   Wed Mar 13 22:28:42 2024 -0400

    tests: Ensure temp file cleanup on Solaris
    
    Commit 71acc392a399 'tests: Generalize temp dir management' introduced
    afstest_mkdtemp and afstest_rmdtemp.  In afstest_rmdtemp, we invoke rm
    with option --one-file-system for Linux and Solaris only.
    
    However, this rm option is new for Solaris 11.4; older Solaris versions
    of rm do not support --one-file-system.  This causes afstest_rmdtemp to
    always silently fail on Solaris 11.3 or older, due to the invalid rm
    option.
    
    Correct the #ifdef so ihe --one-file-system option is specified only for
    Linux.  An autoconfig test could be added in a future commit.
    
    Change-Id: Idfe8a018698b128463aaa9679dfef4e55deef805
    Reviewed-on: https://gerrit.openafs.org/15723
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 tests/common/files.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
OpenAFS Master Repository