diff options
author | Péter Dimitrov <[email protected]> | 2018-03-09 13:30:40 +0100 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2018-03-28 10:19:38 +0200 |
commit | 99dada0ab68e663b26e24e2363c4613c36aa717f (patch) | |
tree | 80615bef0b359135df505d85ceae0aa753cc3336 /lib/ftp/test | |
parent | 347a39468180c1410cedaee465821cfb10c2fcd7 (diff) | |
download | otp-99dada0ab68e663b26e24e2363c4613c36aa717f.tar.gz otp-99dada0ab68e663b26e24e2363c4613c36aa717f.tar.bz2 otp-99dada0ab68e663b26e24e2363c4613c36aa717f.zip |
ftp: Remove references to inets
Change-Id: I19bd2f1d4a35cbc5c233ebc8b2a9d52bbd37f047
Diffstat (limited to 'lib/ftp/test')
-rw-r--r-- | lib/ftp/test/Makefile | 2 | ||||
-rw-r--r-- | lib/ftp/test/ftp.config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ftp/test/Makefile b/lib/ftp/test/Makefile index e1619e2142..147f8e5dd6 100644 --- a/lib/ftp/test/Makefile +++ b/lib/ftp/test/Makefile @@ -159,7 +159,7 @@ ERL_COMPILE_FLAGS += \ # erl -sname kalle -pa ../ebin # If you intend to run the test suite locally (private), then # there is some requirements: -# 1) INETS_PRIV_DIR must be created +# 1) FTP_PRIV_DIR must be created # ---------------------------------------------------- tests debug opt: $(BUILDTARGET) diff --git a/lib/ftp/test/ftp.config b/lib/ftp/test/ftp.config index 6c9077594d..2600237da9 100644 --- a/lib/ftp/test/ftp.config +++ b/lib/ftp/test/ftp.config @@ -1 +1 @@ -[{inets,[{services,[{httpd,"/ldisk/tests/bmk/inets/priv_dir/8099.conf"}]}]}]. +[].
\ No newline at end of file |