[SCM] Samba Shared Repository - branch master updated - 268caef85e831208aeebcd4d2d45baa5ed5025cb

Michael Adam obnox at samba.org
Mon Oct 27 12:01:38 GMT 2008


The branch, master has been updated
       via  268caef85e831208aeebcd4d2d45baa5ed5025cb (commit)
      from  65ca8eb3dd8bd0d857f6be2501abf6898ee10631 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 268caef85e831208aeebcd4d2d45baa5ed5025cb
Author: Michael Adam <obnox at samba.org>
Date:   Tue Oct 21 23:24:44 2008 +0200

    [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

-----------------------------------------------------------------------

Summary of changes:
 source3/script/tests/test_testparm_s3.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/script/tests/test_testparm_s3.sh b/source3/script/tests/test_testparm_s3.sh
index 0962ca0..6ea2794 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}<<EOF
 [global]


-- 
Samba Shared Repository


More information about the samba-cvs mailing list