Imported Upstream version 2.9.1
[platform/upstream/libxml2.git] / doc / examples / xpath1.c
index f2f7406..0a31650 100644 (file)
@@ -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 xpath1.res ; rm xpath1.tmp
+ * test:       xpath1 test3.xml '//child2' > xpath1.tmp && diff xpath1.tmp $(srcdir)/xpath1.res
  * author:     Aleksey Sanin
  * copy:       see Copyright for the status of this software.
  */