mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
97b6ac7f66
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12287 Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
9 lines
128 B
Bash
Executable File
9 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
pidfile=$(mktemp --tmpdir="$TEST_VAR_DIR")
|
|
|
|
ok_null
|
|
unit_test pidfile_test $pidfile
|