aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2013-02-14 11:33:05 +0100
committerBjörn Gustavsson <[email protected]>2013-02-14 16:04:57 +0100
commit451487645cb865dd56e15cfc9cb70e507a12c292 (patch)
treec51520df212c965e3ef18706efb5163cfb9f546a /lib/asn1
parent9ed6ee9bcec5ecc44266742ccb9a3b730accb0a9 (diff)
downloadotp-451487645cb865dd56e15cfc9cb70e507a12c292.tar.gz
otp-451487645cb865dd56e15cfc9cb70e507a12c292.tar.bz2
otp-451487645cb865dd56e15cfc9cb70e507a12c292.zip
asn1_SUITE: Don't add priv_dir to the code path
All generated and compiled code are now put into separate sub directories below priv_dir, so there is no point in adding priv_dir to the code path.
Diffstat (limited to 'lib/asn1')
-rw-r--r--lib/asn1/test/asn1_SUITE.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/asn1/test/asn1_SUITE.erl b/lib/asn1/test/asn1_SUITE.erl
index be9b82cddf..3c73d6d5d0 100644
--- a/lib/asn1/test/asn1_SUITE.erl
+++ b/lib/asn1/test/asn1_SUITE.erl
@@ -200,8 +200,6 @@ parallel(Options) ->
%%------------------------------------------------------------------------------
init_per_suite(Config) ->
- PrivDir = ?config(priv_dir, Config),
- true = code:add_patha(PrivDir),
Config.
end_per_suite(_Config) ->