summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-06-30 06:18:42 +0000
committerTim Potter <tpot@samba.org>2000-06-30 06:18:42 +0000
commit8de200ecbcc3b5b257354a8f51ebefad4cabdb73 (patch)
treef85bd3aa1ec3e91dd7cf538bac0a51b20f556146 /testsuite
parent8b814d1bb188f7d657fca6014d0b50d2bbc1ab1b (diff)
downloadsamba-8de200ecbcc3b5b257354a8f51ebefad4cabdb73.tar.gz
samba-8de200ecbcc3b5b257354a8f51ebefad4cabdb73.tar.xz
samba-8de200ecbcc3b5b257354a8f51ebefad4cabdb73.zip
Added more args to smbclient wrapper - there's probably a better way
to do this.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/lib/smbclient.exp4
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