diff options
author | Michael Adam <obnox@samba.org> | 2008-10-21 23:24:44 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-10-27 13:02:36 +0100 |
commit | 268caef85e831208aeebcd4d2d45baa5ed5025cb (patch) | |
tree | 951c39c39e9f067bf0ab96aee5ffb49e1f57deb4 /source3/script | |
parent | 65ca8eb3dd8bd0d857f6be2501abf6898ee10631 (diff) | |
download | samba-268caef85e831208aeebcd4d2d45baa5ed5025cb.tar.gz samba-268caef85e831208aeebcd4d2d45baa5ed5025cb.tar.bz2 samba-268caef85e831208aeebcd4d2d45baa5ed5025cb.zip |
[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
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_testparm_s3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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}<<EOF [global] |