aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_strings.c')
-rw-r--r--tests/test_strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_strings.c b/tests/test_strings.c
index 2a54beb54..34062f04d 100644
--- a/tests/test_strings.c
+++ b/tests/test_strings.c
@@ -58,7 +58,7 @@ AST_TEST_DEFINE(str_test)
switch (cmd) {
case TEST_INIT:
info->name = "str_test";
- info->category = "main/strings/";
+ info->category = "/main/strings/";
info->summary = "Test dynamic string operations";
info->description = "Test setting and appending stack and heap-allocated strings";
return AST_TEST_NOT_RUN;