summaryrefslogtreecommitdiff
path: root/source4/script/tests/tests_win.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/tests/tests_win.sh')
-rwxr-xr-xsource4/script/tests/tests_win.sh30
1 files changed, 0 insertions, 30 deletions
diff --git a/source4/script/tests/tests_win.sh b/source4/script/tests/tests_win.sh
deleted file mode 100755
index e25c29d4c9..0000000000
--- a/source4/script/tests/tests_win.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-
- if [ `whoami` != "root" ]; then
- echo "Windows tests will not run without root privileges."
- exit 1
- fi
-
- if [ "$DO_SOCKET_WRAPPER" = SOCKET_WRAPPER ]; then
- echo "Windows tests will not run with socket wrapper enabled."
- exit 1
- fi
-
- if [ ! $WINTESTCONF ]; then
- echo "Environment variable WINTESTCONF has not been defined."
- echo "Windows tests will not run unconfigured."
- exit 1
- fi
-
- if [ ! -r $WINTESTCONF ]; then
- echo "$WINTESTCONF could not be read."
- exit 1
- fi
-
- export WINTEST_DIR=$SRCDIR/script/tests/win
- export TMPDIR=$TMPDIR
- export NETBIOSNAME=$NETBIOSNAME
-
- . $WINTESTCONF
-
- $SRCDIR/script/tests/test_win.sh