xauth: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Nov 29 11:31:53 UTC 2021


 README.md                        |    3 +--
 tests/010-xauth-add-inet.script  |    4 ++--
 tests/020-xauth-add-local.script |    6 +++---
 tests/030-xauth-extract.script   |    8 ++++----
 tests/040-xauth-source.script    |    6 +++---
 tests/090-xauth-bad-usage.script |    4 ++--
 tests/Makefile.am                |    2 --
 tests/setup-sourced              |    4 ++--
 tests/test_xauth                 |   38 ++++++++++++++++++++++++++++++++++++++
 tests/test_xauth.c               |   10 ----------
 10 files changed, 55 insertions(+), 30 deletions(-)

New commits:
commit 5da9a32e638f4bce66ec92dff64ed68a1bbd6b6b
Author: Dr. Tilmann Bubeck <tilmann at bubecks.de>
Date:   Mon Nov 29 12:30:17 2021 +0100

    Removed build requirement "cmdtest".
    Replaced by a shell script with the needed functionality.

commit d6d1423fabdaec25d4a677e794f91a91f7c09c70
Author: Baptiste Daroussin <bapt at FreeBSD.org>
Date:   Mon Feb 6 22:28:44 2017 +0100

    Improve portability
    
    there is no need to hard depend on bash given almost all the code is
    /bin/sh compliant
    
    Remove the function keyword from setup-source to make it /bin/sh
    compliant
    
    pipe wc -l output to xargs to make the command output compatible with
    both GNU wc and BSD wc (which prefix the output with a tab)



More information about the xorg-commit mailing list