mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 18:00:41 +01:00
Most of the tests will not work in other default shells like on Freebsd or Solaris. So we make /bin/bash default now.
7 lines
341 B
Bash
Executable File
7 lines
341 B
Bash
Executable File
#!/bin/bash
|
|
# rgerhards, 2011-04-04
|
|
# This file is part of the rsyslog project, released under GPLv3
|
|
echo ===============================================================================
|
|
echo \[sndrcv_tls_anon_rebind.sh\]: testing sending and receiving via TLS with anon auth and rebind
|
|
. $srcdir/sndrcv_drvr.sh sndrcv_tls_anon_rebind 25000
|