1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00
samba-mirror/testsuite/lib/nsswitch-config.exp
Tim Potter dcc39ea439 Cleaned up bitrot in nsswitch testsuite. Merged tests across from TNG
branch.
(This used to be commit acef477383e5739292e764c17cef87822a09f13b)
2001-05-09 04:59:49 +00:00

22 lines
316 B
Plaintext

#
# Load environment variables
#
global tool
if { [file exists "deja-$tool.tcl"] } {
source "deja-$tool.tcl"
}
# Required options
if { ![info exists WORKGROUP] } {
error "\$WORKGROUP not set in config file"
}
if { ![info exists PDC] } {
error "\$PDC not set in config file"
}
set domain $WORKGROUP