diff options
Diffstat (limited to 'testsuite/lib/smbclient.exp')
-rw-r--r-- | testsuite/lib/smbclient.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/lib/smbclient.exp b/testsuite/lib/smbclient.exp index 3fd920e07f..dc55d72139 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) |