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.
8 lines
269 B
Bash
Executable File
8 lines
269 B
Bash
Executable File
#!/bin/bash
|
|
echo ==============================================================================
|
|
echo \[pmlastmsg.sh\]: tests for pmlastmsg
|
|
. $srcdir/diag.sh init
|
|
. $srcdir/diag.sh nettester pmlastmsg udp
|
|
. $srcdir/diag.sh nettester pmlastmsg tcp
|
|
. $srcdir/diag.sh exit
|