3 if [ `whoami` != "root" ]; then
4 echo "Windows tests will not run without root privileges."
8 if [ "$DO_SOCKET_WRAPPER" = SOCKET_WRAPPER
]; then
9 echo "Windows tests will not run with socket wrapper enabled."
13 if [ ! $WINTESTCONF ]; then
14 echo "Environment variable WINTESTCONF has not been defined."
15 echo "Windows tests will not run unconfigured."
19 if [ ! -r $WINTESTCONF ]; then
20 echo "$WINTESTCONF could not be read."
24 export WINTEST_DIR
=$SRCDIR/selftest
/win
26 export NETBIOSNAME
=$NETBIOSNAME
30 $SRCDIR/selftest
/test_win.sh