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