git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41cffa8
)
Added more args to smbclient wrapper - there's probably a better way
author
Tim Potter
<tpot@samba.org>
Fri, 30 Jun 2000 06:18:42 +0000
(06:18 +0000)
committer
Tim Potter
<tpot@samba.org>
Fri, 30 Jun 2000 06:18:42 +0000
(06:18 +0000)
to do this.
(This used to be commit
8de200ecbcc3b5b257354a8f51ebefad4cabdb73
)
testsuite/lib/smbclient.exp
patch
|
blob
|
history
diff --git
a/testsuite/lib/smbclient.exp
b/testsuite/lib/smbclient.exp
index 6528d784fa57217d9c3ffc5537cb0f957df571c5..3fd920e07f53836a4ceaa1eb70401543131393a1 100644
(file)
--- 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