summaryrefslogtreecommitdiff
path: root/doc/examples/xpath2.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/xpath2.c')
-rw-r--r--doc/examples/xpath2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/xpath2.c b/doc/examples/xpath2.c
index f604114..6ff4008 100644
--- a/doc/examples/xpath2.c
+++ b/doc/examples/xpath2.c
@@ -4,7 +4,7 @@
* said elements and save the resulting document.
* purpose: Shows how to make a full round-trip from a load/edit/save
* usage: xpath2 <xml-file> <xpath-expr> <new-value>
- * test: xpath2 test3.xml '//discarded' discarded > xpath2.tmp && diff xpath2.tmp $(srcdir)/xpath2.res
+ * test: xpath2 test3.xml '//discarded' discarded > xpath2.tmp ; diff xpath2.tmp xpath2.res ; rm xpath2.tmp
* author: Aleksey Sanin and Daniel Veillard
* copy: see Copyright for the status of this software.
*/