aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/inets/test/inets_sup_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/inets_sup_SUITE.erl b/lib/inets/test/inets_sup_SUITE.erl
index a88414d6b1..1e664337e6 100644
--- a/lib/inets/test/inets_sup_SUITE.erl
+++ b/lib/inets/test/inets_sup_SUITE.erl
@@ -219,7 +219,7 @@ tftpd_worker(Config) when is_list(Config) ->
httpd_config() ->
[{doc, "Makes sure the httpd config works for inet6fb4."}].
httpd_config(Config) when is_list(Config) ->
- Config. % All the work is done in the init_per_testcase
+ do_httpd_subtree(Config, default).
httpd_subtree() ->
[{doc, "Makes sure the httpd sub tree is correct."}].