mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
13 lines
151 B
Bash
13 lines
151 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. "${EVENTSCRIPTS_TESTS_DIR}/common.sh"
|
||
|
|
||
|
define_test "mountd down, 1 iteration"
|
||
|
|
||
|
setup_nfs
|
||
|
rpc_services_down "mountd"
|
||
|
|
||
|
ok_null
|
||
|
|
||
|
simple_test
|