From 268caef85e831208aeebcd4d2d45baa5ed5025cb Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 21 Oct 2008 23:24:44 +0200 Subject: [s3]test: fix testparm_s3 tests: don't create truncated smb.conf files. Use whole argument string in test_one_global_option(), not only first. Michael --- source3/script/tests/test_testparm_s3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script/tests/test_testparm_s3.sh') diff --git a/source3/script/tests/test_testparm_s3.sh b/source3/script/tests/test_testparm_s3.sh index 0962ca0764..6ea2794537 100755 --- a/source3/script/tests/test_testparm_s3.sh +++ b/source3/script/tests/test_testparm_s3.sh @@ -26,7 +26,7 @@ EOF test_one_global_option() { - OPTION=$1 + OPTION="$@" rm -f ${TEMP_CONFFILE} cat > ${TEMP_CONFFILE}<