diff options
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] |