mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
17 lines
247 B
Bash
17 lines
247 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
||
|
|
||
|
define_test "testparm times out on 2nd time through"
|
||
|
|
||
|
setup_samba
|
||
|
|
||
|
ok_null
|
||
|
simple_test
|
||
|
|
||
|
export FAKE_TIMEOUT="yes"
|
||
|
ok <<EOF
|
||
|
WARNING: smb.conf cache update timed out - using old cache file
|
||
|
EOF
|
||
|
simple_test
|