mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ab5bc195c4
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
21 lines
516 B
Bash
Executable File
21 lines
516 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "testparm fails"
|
|
|
|
setup
|
|
|
|
export FAKE_TESTPARM_FAIL="yes"
|
|
required_result 1 <<EOF
|
|
ERROR: smb.conf cache create failed - testparm failed with:
|
|
Load smb config files from ${CTDB_SYS_ETCDIR}/samba/smb.conf
|
|
rlimit_max: increasing rlimit_max (2048) to minimum Windows limit (16384)
|
|
Processing section "[share1]"
|
|
Processing section "[share2]"
|
|
Processing section "[share3]"
|
|
Loaded services file OK.
|
|
WARNING: 'workgroup' and 'netbios name' must differ.
|
|
EOF
|
|
simple_test
|