aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/tools_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tools/test/tools_SUITE.erl')
-rw-r--r--lib/tools/test/tools_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/test/tools_SUITE.erl b/lib/tools/test/tools_SUITE.erl
index 2ef69ce9e7..69dfab8fe7 100644
--- a/lib/tools/test/tools_SUITE.erl
+++ b/lib/tools/test/tools_SUITE.erl
@@ -32,7 +32,7 @@
%% Test cases must be exported.
-export([app_test/1]).
-suite() -> [{suite_callbacks,[ts_install_scb]}].
+suite() -> [{ct_hooks,[ts_install_cth]}].
all() ->
[app_test].