mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 22:10: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.
9 lines
424 B
Bash
Executable File
9 lines
424 B
Bash
Executable File
#!/bin/bash
|
|
# This test is similar to tcpsndrcv, but it forwards messages in
|
|
# zlib-compressed format (our own syslog extension).
|
|
# rgerhards, 2009-11-11
|
|
# This file is part of the rsyslog project, released under GPLv3
|
|
echo ===============================================================================
|
|
echo \[sndrcv_gzip.sh\]: testing sending and receiving via tcp in zlib mode
|
|
. $srcdir/sndrcv_drvr.sh sndrcv_gzip 50000
|