summaryrefslogtreecommitdiff
path: root/source3/script/tests
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-10-21 23:24:44 +0200
committerMichael Adam <obnox@samba.org>2008-10-27 13:02:36 +0100
commit268caef85e831208aeebcd4d2d45baa5ed5025cb (patch)
tree951c39c39e9f067bf0ab96aee5ffb49e1f57deb4 /source3/script/tests
parent65ca8eb3dd8bd0d857f6be2501abf6898ee10631 (diff)
downloadsamba-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/tests')
-rwxr-xr-xsource3/script/tests/test_testparm_s3.sh2
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]