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
|
|
# addd 2020-01-16 by RGerhards, released under ASL 2.0
|
|
export TARGET="[::1]"
|
|
source ${srcdir:=.}/sndrcv_tls_ossl_anon_ipv4.sh
|