summaryrefslogtreecommitdiff
path: root/testsuite/config/env.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/config/env.exp')
-rw-r--r--testsuite/config/env.exp26
1 files changed, 0 insertions, 26 deletions
diff --git a/testsuite/config/env.exp b/testsuite/config/env.exp
deleted file mode 100644
index 503d058c3f..0000000000
--- 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"
-}
-