aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2012-03-09 11:46:49 +0100
committerLukas Larsson <[email protected]>2012-03-09 11:46:49 +0100
commitbcfc98b5a1a236c0cb5d5f06c16ed762e416e6e0 (patch)
treef10a9b3a715369c98c6af424faf5386e1f317b60 /erts
parent89eda5d5783b7f81e238d8108f3a2e8ac9cbf02e (diff)
parent678d4fe4043f86f31b6fd34135f54d675b90e111 (diff)
downloadotp-bcfc98b5a1a236c0cb5d5f06c16ed762e416e6e0.tar.gz
otp-bcfc98b5a1a236c0cb5d5f06c16ed762e416e6e0.tar.bz2
otp-bcfc98b5a1a236c0cb5d5f06c16ed762e416e6e0.zip
Merge branch 'lukas/system/ssh_undef_function' into maint
* lukas/system/ssh_undef_function: Add filter for ssh undefined function calls
Diffstat (limited to 'erts')
-rw-r--r--erts/test/otp_SUITE.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/test/otp_SUITE.erl b/erts/test/otp_SUITE.erl
index 79cd91221f..b34d9a5422 100644
--- a/erts/test/otp_SUITE.erl
+++ b/erts/test/otp_SUITE.erl
@@ -151,6 +151,9 @@ ssl_crypto_filter(Undef) ->
{{error,bad_name},{error,bad_name}} ->
filter(fun({_,{ssl,_,_}}) -> false;
({_,{crypto,_,_}}) -> false;
+ ({_,{ssh,_,_}}) -> false;
+ ({_,{ssh_connection,_,_}}) -> false;
+ ({_,{ssh_sftp,_,_}}) -> false;
(_) -> true
end, Undef);
{_,_} -> Undef