diff options
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" -} - |