summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorBrad Henry <brad@samba.org>2007-02-22 02:11:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:48:45 -0500
commitf3ec806997aaf292db0a4aff93ab8ddfa0839f93 (patch)
treec19348e0613cfa6bf28d45c6afb11c7f341edabd /source4/script
parente4ca378b639e4afa13c456dcf2f2855634770e22 (diff)
downloadsamba-f3ec806997aaf292db0a4aff93ab8ddfa0839f93.tar.gz
samba-f3ec806997aaf292db0a4aff93ab8ddfa0839f93.tar.bz2
samba-f3ec806997aaf292db0a4aff93ab8ddfa0839f93.zip
r21498: Putting the second parameter in quotes so that we accept spaces in the config file path.
(This used to be commit 7facfe9247e98421e998092482f52db05228ace6)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/win/wintest_2k3_dc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/win/wintest_2k3_dc.sh b/source4/script/tests/win/wintest_2k3_dc.sh
index 075b479d92..c6e9c96321 100755
--- a/source4/script/tests/win/wintest_2k3_dc.sh
+++ b/source4/script/tests/win/wintest_2k3_dc.sh
@@ -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."