r21498: Putting the second parameter in quotes so that we accept spaces in the config...
authorBrad Henry <brad@samba.org>
Thu, 22 Feb 2007 02:11:28 +0000 (02:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:45 +0000 (14:48 -0500)
(This used to be commit 7facfe9247e98421e998092482f52db05228ace6)

source4/script/tests/win/wintest_2k3_dc.sh

index 075b479d92c19dce23946ec381039144211ae6b8..c6e9c9632122b7406285a3c4eefe3526cb935674 100755 (executable)
@@ -8,7 +8,7 @@ exit 1;
 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."