mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
2f2c35a1cb
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13520 Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
9 lines
126 B
Bash
Executable File
9 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
pidfile=$(TMPDIR="$TEST_VAR_DIR" mktemp)
|
|
|
|
ok_null
|
|
unit_test pidfile_test $pidfile
|