mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
The current code requires the use of eval in the NFS callout handling to facilitate testing. Improve the code to remove this need. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
13 lines
166 B
Bash
Executable File
13 lines
166 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "callout causes startup to fail"
|
|
|
|
setup
|
|
|
|
setup_nfs_callout "startup"
|
|
|
|
required_result 1 "startup"
|
|
simple_test
|