mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 09:14:06 +02:00
Dont send the command as shell argument when making a read/write stream
This commit is contained in:
parent
f299504ca5
commit
c36739bdc5
2 changed files with 12 additions and 12 deletions
|
|
@ -45,6 +45,7 @@ abstract class AbstractShare extends TestCase {
|
|||
array('simple'),
|
||||
array('with spaces_and-underscores'),
|
||||
array("single'quote'"),
|
||||
array("foo ; asd -- bar"),
|
||||
array('日本語'),
|
||||
array('url %2F +encode'),
|
||||
array('a somewhat longer filename than the other with more charaters as the all the other filenames'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue