blob: 36572e9a407e7dc68b9cf985969c9457d9581eef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "callout causes monitor-post to fail"
setup
setup_nfs_callout "monitor-post"
required_result 1 "monitor-post"
simple_test
|