aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-19 22:00:50 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-19 22:17:45 +0300
commitbcab0df28d7e87f99da29a32327787c25261273e (patch)
tree1dd18f5394afdd0584947cc502c5d2050ba721ba /tests
parent304935a296997c9781688f08693ef70180dd24e4 (diff)
downloadgrecs-bcab0df28d7e87f99da29a32327787c25261273e.tar.gz
grecs-bcab0df28d7e87f99da29a32327787c25261273e.tar.bz2
Implement "path-style" (Xres-style) config parser.
* src/path-parser.c: New file. * src/format.c (grecs_format_node): Attempt to print value only if the node is grecs_node_stmt. * src/grecs.h (grecs_path_parser): New proto. (grecs_node_from_path_locus): New proto. * src/lookup.c (grecs_node_from_path_locus): New function. * src/Make.am (GRECS_SRC): Add path-parser.c. * build-aux/getopt.m4: Implement print_help_hook.
Diffstat (limited to 'tests')
-rw-r--r--tests/glob01.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glob01.at b/tests/glob01.at
index a0e2e63..ade8ae5 100644
--- a/tests/glob01.at
+++ b/tests/glob01.at
@@ -19,7 +19,7 @@ AT_KEYWORDS([peek peek05 glob glob01])
AT_CHECK([gcfpeek -nodesc -match $abs_srcdir/gcf1.conf .logging.*|sed 's/ *$//'],
[0],
-[.logging:
+[.logging
.logging.syslog: "yes"
.logging.facility: "mail"
])

Return to:

Send suggestions and report system problems to the System administrator.