From f3ec806997aaf292db0a4aff93ab8ddfa0839f93 Mon Sep 17 00:00:00 2001 From: Brad Henry Date: Thu, 22 Feb 2007 02:11:28 +0000 Subject: r21498: Putting the second parameter in quotes so that we accept spaces in the config file path. (This used to be commit 7facfe9247e98421e998092482f52db05228ace6) --- source4/script/tests/win/wintest_2k3_dc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script') 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." -- cgit