From db593b70af9c24b02ca924678c8fd64dd0f8bc08 Mon Sep 17 00:00:00 2001 From: Marlus Saraiva Date: Mon, 27 Jul 2015 18:40:52 +0200 Subject: main/erlang: move from testing --- .../0060-set-disksup_posix_only-to-true.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 testing/erlang/0060-set-disksup_posix_only-to-true.patch (limited to 'testing/erlang/0060-set-disksup_posix_only-to-true.patch') diff --git a/testing/erlang/0060-set-disksup_posix_only-to-true.patch b/testing/erlang/0060-set-disksup_posix_only-to-true.patch deleted file mode 100644 index a32c60c200..0000000000 --- a/testing/erlang/0060-set-disksup_posix_only-to-true.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- otp_src_18.0/lib/os_mon/src/disksup.erl -+++ otp_src_18.0-fixed/lib/os_mon/src/disksup.erl -@@ -87,7 +87,7 @@ - - param_default(disk_space_check_interval) -> 30; - param_default(disk_almost_full_threshold) -> 0.80; --param_default(disksup_posix_only) -> false. -+param_default(disksup_posix_only) -> true. - - %%---------------------------------------------------------------------- - %% gen_server callbacks ---- otp_src_18.0/lib/os_mon/test/disksup_SUITE.erl -+++ otp_src_18.0-fixed/lib/os_mon/test/disksup_SUITE.erl -@@ -337,7 +337,7 @@ - []; - restart(Config) when is_list(Config) -> - ok = application:set_env(os_mon, start_disksup, true), -- ok = application:set_env(os_mon, disksup_posix_only, false), -+ ok = application:set_env(os_mon, disksup_posix_only, true), - {ok, _Pid} = supervisor:restart_child(os_mon_sup, disksup), - ok. - -- cgit v1.2.3