svn commit: samba r21498 - in branches/SAMBA_4_0/source/script/tests/win: .

brad at samba.org brad at samba.org
Thu Feb 22 02:11:29 GMT 2007


Author: brad
Date: 2007-02-22 02:11:28 +0000 (Thu, 22 Feb 2007)
New Revision: 21498

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21498

Log:
Putting the second parameter in quotes so that we accept spaces in the config file path.


Modified:
   branches/SAMBA_4_0/source/script/tests/win/wintest_2k3_dc.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/win/wintest_2k3_dc.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/win/wintest_2k3_dc.sh	2007-02-22 02:08:40 UTC (rev 21497)
+++ branches/SAMBA_4_0/source/script/tests/win/wintest_2k3_dc.sh	2007-02-22 02:11:28 UTC (rev 21498)
@@ -8,7 +8,7 @@
 fi
 
 TESTGROUP=$1
-export WIN2K3_DC_VM_CFG_PATH=$2
+export WIN2K3_DC_VM_CFG_PATH="$2"
 
 if [ -z $WINTEST_DIR ]; then
 	echo "Environment variable WINTEST_DIR not found."



More information about the samba-cvs mailing list