diff options
author | Tim Potter <tpot@samba.org> | 2000-06-30 06:18:42 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-06-30 06:18:42 +0000 |
commit | f08e3c36b026e663527842001cf1b455a1ce2edb (patch) | |
tree | 6d228807773ced1f7db8f658e18bc93ce2e95d01 /testsuite/lib | |
parent | 41cffa8f3ba4ebd686245acebd56affcfcee9d2d (diff) | |
download | samba-f08e3c36b026e663527842001cf1b455a1ce2edb.tar.gz samba-f08e3c36b026e663527842001cf1b455a1ce2edb.tar.bz2 samba-f08e3c36b026e663527842001cf1b455a1ce2edb.zip |
Added more args to smbclient wrapper - there's probably a better way
to do this.
(This used to be commit 8de200ecbcc3b5b257354a8f51ebefad4cabdb73)
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 6528d784fa..3fd920e07f 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 |