Commit b8e1e77
committed
DejaGNU: Set correct password
There are issues with FTP procedures when running regressions, naimly an error
'can not find channel named "exp5"' in ftp_download. It seems that they have
been happening because ftdp expects password even when it is empty, but
DejaGNU has was sending it like `user $user $pass`, so when password is an
empty string, ftpd was treating like an absense of password in command,
since there are no quaotes. To workaround this issue I set `ftp_passwrod` to
\'\', so DejaGNU will send it like `user $user ''`. That will make sure that
ftpd will treat this as an empty assword.
It looks like that this problem poped up after rebasing to the latest
buildroot release.
Signed-off-by: Anton Kolesov <[email protected]>1 parent 16eb17d commit b8e1e77
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments