diff options
author | Micael Karlberg <[email protected]> | 2012-02-22 14:32:31 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-02-22 14:53:10 +0100 |
commit | 04aa53cfc0263919f56b8a74ed4b0c57a3a3f204 (patch) | |
tree | ec9e0c598d736756ec627bec2db12f07af545259 /lib/snmp/test/snmp_test_lib.erl | |
parent | f9f7bde8524e9863b689275691f4b4711e30d0ff (diff) | |
download | otp-04aa53cfc0263919f56b8a74ed4b0c57a3a3f204.tar.gz otp-04aa53cfc0263919f56b8a74ed4b0c57a3a3f204.tar.bz2 otp-04aa53cfc0263919f56b8a74ed4b0c57a3a3f204.zip |
[snmp] Some restructure of the agent test suite
OTP-9940
Diffstat (limited to 'lib/snmp/test/snmp_test_lib.erl')
-rw-r--r-- | lib/snmp/test/snmp_test_lib.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/test/snmp_test_lib.erl b/lib/snmp/test/snmp_test_lib.erl index f247cfa1ae..bc54361aaf 100644 --- a/lib/snmp/test/snmp_test_lib.erl +++ b/lib/snmp/test/snmp_test_lib.erl @@ -207,7 +207,7 @@ fix_data_dir(Config) -> [_|DataDir2] = lists:reverse(DataDir1), DataDir = filename:join(lists:reverse(DataDir2) ++ [?snmp_test_data]), Config1 = lists:keydelete(data_dir, 1, Config), - [{data_dir, DataDir} | Config1]. + [{data_dir, DataDir ++ "/"} | Config1]. init_suite_top_dir(Suite, Config0) -> |