[openssh-commits] [openssh] branch master updated (3fe6800b -> 2e5cfed5)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jan 20 13:49:57 AEDT 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

      from  3fe6800b  Move more tests out of valgrind-1 runner.
       new  2e5cfed5  Improve compatibility of early exit trap handling.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 2e5cfed513e84444483baf1d8b31c40072b05103
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Thu Jan 20 13:26:27 2022 +1100

    Improve compatibility of early exit trap handling.
    
    Dash (as used by the github runners) has some differences in its trap
    builtin:
     - it doesn't have -p (which is fine, that's not in posix).
     - it doesn't work in a subshell (which turns out to be in compliance
       with posix, which means bash isn't).
     - it doesn't work in a pipeline, ie "trap|cat" produces no output.

Summary of changes:
 regress/test-exec.sh | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list