diff options
| -rwxr-xr-x | tests/ts/misc/optstr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/misc/optstr b/tests/ts/misc/optstr index edc2f4cf1f..9277a8f4b6 100755 --- a/tests/ts/misc/optstr +++ b/tests/ts/misc/optstr @@ -8,7 +8,7 @@ ts_init "$*" ts_check_test_command "$TS_HELPER_STRUTILS" -$TS_HELPER_STRUTILS --optstr "key=\"v,a,l,u,e\",foo,bar=BAR,\"/path/with/,comma\"=data" >> $TS_OUTPUT 2>> $TS_ERRLOG +$TS_HELPER_STRUTILS --optstr ",,key=\"v,a,l,u,e\",foo,,,,bar=BAR,\"/path/with/,comma\"=data,," >> $TS_OUTPUT 2>> $TS_ERRLOG ts_finalize |
