mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
451c6b668f
These no longer do anything. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
17 lines
227 B
Bash
Executable File
17 lines
227 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "Managed, clamd listening"
|
|
|
|
setup
|
|
|
|
setup_script_options <<EOF
|
|
CTDB_CLAMD_SOCKET="/var/run/clamd.sock"
|
|
EOF
|
|
|
|
unix_socket_listening "$CTDB_CLAMD_SOCKET"
|
|
|
|
ok_null
|
|
simple_test
|