summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-12-12 06:05:13 +0000
committerTim Potter <tpot@samba.org>2000-12-12 06:05:13 +0000
commit73b237e639717019c596954c745b7e4d038ddc8c (patch)
tree549ed3547afe18f4f42be67d0f6e66a8611dde14 /testsuite
parentfa604bc85ea6989c794747f668be8a4e62527b79 (diff)
downloadsamba-73b237e639717019c596954c745b7e4d038ddc8c.tar.gz
Fix error string.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/lib/smbclient.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/lib/smbclient.exp b/testsuite/lib/smbclient.exp
index 3fd920e07f5..dc55d72139c 100644
--- a/testsuite/lib/smbclient.exp
+++ b/testsuite/lib/smbclient.exp
@@ -46,7 +46,7 @@ proc do_smbclient { args } {
expect {
$smb_prompt {}
timeout { perror "timed out $description"; return -1}
- eof { perror "end of file description"; return -1 }
+ eof { perror "end of file $description"; return -1 }
}
verbose $expect_out(buffer)