diff options
author | Jim McDonough <jmcd@samba.org> | 2008-06-12 07:06:07 -0400 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2008-06-12 07:06:07 -0400 |
commit | f3fb381952e6afd4b3d15758eaf3aaf29a112eec (patch) | |
tree | 92a33bc49f256dbb68e3b47a1e92ecb6e2d177f6 /testprogs/blackbox | |
parent | 0410dcb32d772ee5022bd3bb507a5650ef6c5071 (diff) | |
download | samba-f3fb381952e6afd4b3d15758eaf3aaf29a112eec.tar.gz samba-f3fb381952e6afd4b3d15758eaf3aaf29a112eec.tar.bz2 samba-f3fb381952e6afd4b3d15758eaf3aaf29a112eec.zip |
Missed these on the last commit
(This used to be commit 0e8f946ed02a6d2d9469f9ccab5f3342b2b80725)
Diffstat (limited to 'testprogs/blackbox')
-rw-r--r-- | testprogs/blackbox/wintest/wintest.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testprogs/blackbox/wintest/wintest.conf b/testprogs/blackbox/wintest/wintest.conf index d52e660318..d1403662f9 100644 --- a/testprogs/blackbox/wintest/wintest.conf +++ b/testprogs/blackbox/wintest/wintest.conf @@ -1,6 +1,6 @@ -#export WINTEST_STARTUP=/tmp/blah -#export WINTEST_SHUTDOWN=/tmp/blah2 -export DOMAIN="wait" +#export WINTEST_STARTUP="/tmp/startup client" +#export WINTEST_SHUTDOWN=/tmp/shutdown client" +export DOMAIN="client" export USERNAME="administrator" export PASSWORD="samba" export SERVER="192.168.213.161" |