mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
1d9661d587
Nothing more complex is ever done, so we might as well simplify and reduce coupling. Signed-off-by: Martin Schwenke <mschwenke@ddn.com> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
12 lines
199 B
Bash
Executable File
12 lines
199 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "statd down, 7 iterations, back up after 2"
|
|
|
|
# statd fails and the first attempt to restart it succeeds.
|
|
|
|
setup
|
|
|
|
nfs_iterate_test 7 "status" 3
|