mirror of
https://github.com/rsyslog/rsyslog.git
synced 2026-06-19 21:02:57 +02: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
|