From 8de200ecbcc3b5b257354a8f51ebefad4cabdb73 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 30 Jun 2000 06:18:42 +0000 Subject: Added more args to smbclient wrapper - there's probably a better way to do this. --- testsuite/lib/smbclient.exp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testsuite') 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 -- cgit