aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_sftpd_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-04-07 15:16:56 +0200
committerHans Nilsson <[email protected]>2017-04-07 15:16:56 +0200
commit3a29920a05cedee8c1f7501ee7b1aa22e068efed (patch)
treeb9d7c89af83a12dbccc010e67c1f2472a1a8f8bf /lib/ssh/test/ssh_sftpd_SUITE.erl
parent90aacace4bdb1c883c3829bc66c1c616a81943d9 (diff)
parentb89f06569ee24011a8535c57d6a82e336afeb5bf (diff)
downloadotp-3a29920a05cedee8c1f7501ee7b1aa22e068efed.tar.gz
otp-3a29920a05cedee8c1f7501ee7b1aa22e068efed.tar.bz2
otp-3a29920a05cedee8c1f7501ee7b1aa22e068efed.zip
Merge branch 'hans/ssh/supervisors/OTP-14267'
Diffstat (limited to 'lib/ssh/test/ssh_sftpd_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_sftpd_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/test/ssh_sftpd_SUITE.erl b/lib/ssh/test/ssh_sftpd_SUITE.erl
index 673fb54a4f..379c0bcb0a 100644
--- a/lib/ssh/test/ssh_sftpd_SUITE.erl
+++ b/lib/ssh/test/ssh_sftpd_SUITE.erl
@@ -705,10 +705,10 @@ try_access(Path, Cm, Channel, ReqId) ->
{ok, <<?SSH_FXP_STATUS, ?UINT32(ReqId), ?UINT32(Code), Rest/binary>>, <<>>} ->
case Code of
?SSH_FX_FILE_IS_A_DIRECTORY ->
- ct:pal("Got the expected SSH_FX_FILE_IS_A_DIRECTORY status",[]),
+ ct:log("Got the expected SSH_FX_FILE_IS_A_DIRECTORY status",[]),
ok;
?SSH_FX_FAILURE ->
- ct:pal("Got the expected SSH_FX_FAILURE status",[]),
+ ct:log("Got the expected SSH_FX_FAILURE status",[]),
ok;
_ ->
case Rest of