OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-486-g3f4f862

Gerrit Code Review gerrit@openafs.org
Thu, 12 Sep 2024 11:37:04 -0400


The following commit has been merged in the master branch:
commit 3f4f862d14b8fdd5d27e044f80eb539d313bc30a
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Sep 9 00:53:04 2024 -0500

    tests: Fix perl string concatenation spacing
    
    tests/rx/perf-t and tests/rx/simple-t contain an identical section of
    perl code for checking the exit status of the relevant server process.
    The spacing around some string concatenations are missing some spaces.
    Add the missing spaces.
    
    Thanks to sahilcdq@proton.me and cwills@sinenomine.net for pointing
    these out.
    
    Change-Id: Ieca3e6e5eabbd1c65c07edc33f1a884fc0fac248
    Reviewed-on: https://gerrit.openafs.org/15848
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Sahil Siddiq <sahilcdq@proton.me>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 tests/rx/perf-t   | 4 ++--
 tests/rx/simple-t | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository