blob: ed080c2c4c839febaad8e7e1ae0a97a87175b2fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "2nd share missing"
setup
out=$(shares_missing "ERROR: nfs directory \"%s\" not available" 2)
required_result 1 "$out"
simple_test
|