mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 12:50:43 +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.
11 lines
493 B
Bash
Executable File
11 lines
493 B
Bash
Executable File
#!/bin/bash
|
|
# This tests two rsyslog instances. Instance
|
|
# TWO sends data to instance ONE. A number of messages is injected into
|
|
# the instance 2 and we finally check if all those messages
|
|
# arrived at instance 1.
|
|
# added 2009-11-11 by Rgerhards
|
|
# This file is part of the rsyslog project, released under GPLv3
|
|
echo ===============================================================================
|
|
echo \[sndrcv.sh\]: testing sending and receiving via tcp
|
|
. $srcdir/sndrcv_drvr.sh sndrcv 50000
|