diff options
author | Tim Potter <tpot@samba.org> | 2001-05-09 04:59:49 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-05-09 04:59:49 +0000 |
commit | dcc39ea43984fe9f9c683e48423794793a923e28 (patch) | |
tree | cfccda702e3f50fa6da408c42937f1007abee49e /testsuite/config | |
parent | 9de17c5c3892930d6d1d349df63e2c4206787ceb (diff) | |
download | samba-dcc39ea43984fe9f9c683e48423794793a923e28.tar.gz |
Cleaned up bitrot in nsswitch testsuite. Merged tests across from TNG
branch.
(This used to be commit acef477383e5739292e764c17cef87822a09f13b)
Diffstat (limited to 'testsuite/config')
-rw-r--r-- | testsuite/config/default-nt-names.exp | 17 | ||||
-rw-r--r-- | testsuite/config/env.exp | 26 |
2 files changed, 0 insertions, 43 deletions
diff --git a/testsuite/config/default-nt-names.exp b/testsuite/config/default-nt-names.exp deleted file mode 100644 index 4a868e71bcb..00000000000 --- a/testsuite/config/default-nt-names.exp +++ /dev/null @@ -1,17 +0,0 @@ -# -# A list of default domain/local users/groups -# - -# Domain users and groups - -set domain_users [list "$domain/Administrator" "$domain/Guest"] - -set domain_groups [list "$domain/Domain Admins" "$domain/Domain Guests" \ - "$domain/Domain Users"] - -# Local groups - -set local_groups [list "BUILTIN/Replicator" "BUILTIN/Server Operators" \ - "BUILTIN/Account Operators" "BUILTIN/Backup Operators" \ - "BUILTIN/Print Operators" "BUILTIN/Guests" "BUILTIN/Users" \ - "BUILTIN/Administrators"] diff --git a/testsuite/config/env.exp b/testsuite/config/env.exp deleted file mode 100644 index 503d058c3f3..00000000000 --- a/testsuite/config/env.exp +++ /dev/null @@ -1,26 +0,0 @@ -# -# Load environment variables -# - -# Domain set through environment variable - -catch {set domain "$env(TEST_WORKGROUP)"} tmp - -if {[regexp "^can't read" $tmp]} { - error "Environment variable \$TEST_WORKGROUP not set" -} - -# NT user and server - -catch {set ntserver "$env(TEST_NTSERVER)"} tmp - -if {[regexp "^can't read" $tmp]} { - error "Environment variable \$TEST_NTSERVER not set" -} - -catch {set ntuser "$env(TEST_NTUSER)"} tmp - -if {[regexp "^can't read" $tmp]} { - error "Environment variable \$TEST_NTUSER not set" -} - |