mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
Includes gratuitous changes to get lines below 80 columns. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
12 lines
160 B
Bash
Executable File
12 lines
160 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "portmapper down, 2 iterations"
|
|
|
|
setup
|
|
|
|
rpc_services_down "portmapper"
|
|
|
|
nfs_iterate_test 2 "portmapper"
|