aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ftp/test/ftp_property_test_SUITE.erl
diff options
context:
space:
mode:
authorPéter Dimitrov <[email protected]>2018-03-01 16:04:09 +0100
committerPéter Dimitrov <[email protected]>2018-03-28 10:19:38 +0200
commit94cbd3390c7ee4e75062ba1b248cfd162235aec6 (patch)
treeb4a2ea57b87dbdf175bbeded6ea7d23f2d69ee9e /lib/ftp/test/ftp_property_test_SUITE.erl
parente0ee349fc426007c7b269660244aeda94ddadd9f (diff)
downloadotp-94cbd3390c7ee4e75062ba1b248cfd162235aec6.tar.gz
otp-94cbd3390c7ee4e75062ba1b248cfd162235aec6.tar.bz2
otp-94cbd3390c7ee4e75062ba1b248cfd162235aec6.zip
ftp: Fix property tests
Change-Id: I72c564ea25d7cc41716229369459ae68d8706007
Diffstat (limited to 'lib/ftp/test/ftp_property_test_SUITE.erl')
-rw-r--r--lib/ftp/test/ftp_property_test_SUITE.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ftp/test/ftp_property_test_SUITE.erl b/lib/ftp/test/ftp_property_test_SUITE.erl
index b314882296..46ed6959a8 100644
--- a/lib/ftp/test/ftp_property_test_SUITE.erl
+++ b/lib/ftp/test/ftp_property_test_SUITE.erl
@@ -41,9 +41,11 @@ all() -> [prop_ftp_case].
init_per_suite(Config) ->
- inets:start(),
+ ftp:start(),
ct_property_test:init_per_suite(Config).
+end_per_suite(Config) ->
+ Config.
%%%---- test case
prop_ftp_case(Config) ->