summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_gosub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gosub.c b/tests/test_gosub.c
index 5fb56dece..b10e73ed5 100644
--- a/tests/test_gosub.c
+++ b/tests/test_gosub.c
@@ -144,7 +144,7 @@ AST_TEST_DEFINE(test_gosub)
}
if ((exec_res = pbx_exec(chan, app, testplan[i].args)) && ((const char *) exec_res != testplan[i].expected_value)) {
- ast_test_status_update(test, "Application '%s' exited abnormally (with code %d)\n", testplan[i].app, exec_res);
+ ast_test_status_update(test, "Application '%s' exited abnormally (with code %d)\n", testplan[i].app, (int) exec_res);
res = AST_TEST_FAIL;
break;
}