mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 10:30:40 +01:00
modernize them, reduce robustness against slow machines, provide some test framework functional enhancements and optimizie some tests
5 lines
138 B
Bash
Executable File
5 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
# added 2020-01-17 by RGerhards, released under ASL 2.0
|
|
export RS_TLS_DRIVER=ossl
|
|
source ${srcdir:=.}/sndrcv_tls_certvalid.sh
|