diff options
Diffstat (limited to 'testsuite/lib')
-rw-r--r-- | testsuite/lib/smbclient.exp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/lib/smbclient.exp b/testsuite/lib/smbclient.exp index 6528d784fa5..3fd920e07f5 100644 --- a/testsuite/lib/smbclient.exp +++ b/testsuite/lib/smbclient.exp @@ -15,7 +15,9 @@ proc spawn_smbclient { args } { # Spawn smbclient - spawn smbclient [lindex $args 0] [lindex $args 1] [lindex $args 2] + spawn smbclient [lindex $args 0] [lindex $args 1] [lindex $args 2] \ + [lindex $args 3] [lindex $args 4] [lindex $args 5] \ + [lindex $args 6] # Wait for prompt |