mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
1dc1689e74
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12500 Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
10 lines
141 B
Bash
Executable File
10 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
sockpath="${TEST_VAR_DIR}/sock_daemon_test.sock.$$"
|
|
|
|
ok_null
|
|
|
|
unit_test sock_io_test "$sockpath"
|