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.
7 lines
323 B
Bash
Executable File
7 lines
323 B
Bash
Executable File
#!/bin/bash
|
|
# added 2014-11-05 by Rgerhards
|
|
# This file is part of the rsyslog project, released under ASL 2.0
|
|
echo ===============================================================================
|
|
echo \[sndrcv_udp_nonstdpt_v6.sh\]: testing sending and receiving via udp
|
|
. $srcdir/sndrcv_drvr.sh sndrcv_udp_nonstdpt_v6 500
|