aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/tftp_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inets/test/tftp_SUITE.erl')
-rw-r--r--lib/inets/test/tftp_SUITE.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/inets/test/tftp_SUITE.erl b/lib/inets/test/tftp_SUITE.erl
index 41e06f493f..a53bfa86f4 100644
--- a/lib/inets/test/tftp_SUITE.erl
+++ b/lib/inets/test/tftp_SUITE.erl
@@ -80,6 +80,12 @@ all() ->
groups() ->
[].
+init_per_suite(Config) ->
+ Config.
+
+end_per_suite(_Config) ->
+ ok.
+
init_per_group(_GroupName, Config) ->
Config.