summaryrefslogtreecommitdiff
path: root/doc/examples/xpath1.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/xpath1.c')
-rw-r--r--doc/examples/xpath1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/xpath1.c b/doc/examples/xpath1.c
index 0a31650..f2f7406 100644
--- a/doc/examples/xpath1.c
+++ b/doc/examples/xpath1.c
@@ -4,7 +4,7 @@
* purpose: Shows how to evaluate XPath expression and register
* known namespaces in XPath context.
* usage: xpath1 <xml-file> <xpath-expr> [<known-ns-list>]
- * test: xpath1 test3.xml '//child2' > xpath1.tmp && diff xpath1.tmp $(srcdir)/xpath1.res
+ * test: ./xpath1 test3.xml '//child2' > xpath1.tmp ; diff xpath1.tmp xpath1.res ; rm xpath1.tmp
* author: Aleksey Sanin
* copy: see Copyright for the status of this software.
*/