From cd2677f966574980caeb6da2cdcaa2dc5ec1e83f Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sat, 21 Jan 2017 22:43:48 +0200 Subject: tests: use datadir for sound files Some (voicemail-related) tests API symlinks beep.gsm and other files from ast_config_AST_VAR_DIR. It should use ast_config_AST_DATA_DIR. ASTERISK-26740 #close Change-Id: Id49c56fb9e16df64b1a2b829693ca7601252df89 --- tests/test_voicemail_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_voicemail_api.c b/tests/test_voicemail_api.c index aba1b6419..1b03e5431 100644 --- a/tests/test_voicemail_api.c +++ b/tests/test_voicemail_api.c @@ -462,7 +462,7 @@ static int test_vm_api_create_voicemail_files(const char *context, const char *m folder_path, snapshot->msg_number); snprintf(snd_path, sizeof(snd_path), "%s/msg%04u.gsm", folder_path, snapshot->msg_number); - snprintf(beep_path, sizeof(beep_path), "%s/sounds/en/beep.gsm", ast_config_AST_VAR_DIR); + snprintf(beep_path, sizeof(beep_path), "%s/sounds/en/beep.gsm", ast_config_AST_DATA_DIR); if (test_vm_api_create_voicemail_folder(folder_path)) { return 1; -- cgit v1.2.3