aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-25 21:26:42 +0000
committerpabelanger <pabelanger@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-25 21:26:42 +0000
commit025821d9745d103398ec775afd3999c806177bb5 (patch)
treea930af5560fed37ec55687b8929166bf4f2a7d6c /tests
parent5826baf5e11c0b1614adb15307ac6eafe1602f8d (diff)
Add trailing backslash to silence warning message.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@279442 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests')
-rw-r--r--tests/test_func_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_func_file.c b/tests/test_func_file.c
index 4b59602f7..4e8823ba9 100644
--- a/tests/test_func_file.c
+++ b/tests/test_func_file.c
@@ -253,7 +253,7 @@ AST_TEST_DEFINE(test_func_file)
switch (cmd) {
case TEST_INIT:
info->name = "func_file";
- info->category = "/funcs/func_env";
+ info->category = "/funcs/func_env/";
info->summary = "Verify behavior of the FILE() dialplan function";
info->description =
"Verifies that the examples of the FILE() dialplan function documentation work as described.";