summaryrefslogtreecommitdiff
path: root/doc/examples/tree1.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/tree1.c')
-rw-r--r--doc/examples/tree1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/tree1.c b/doc/examples/tree1.c
index e6faefc..8644cf1 100644
--- a/doc/examples/tree1.c
+++ b/doc/examples/tree1.c
@@ -5,7 +5,7 @@
* get the root element, then walk the document and print
* all the element name in document order.
* usage: tree1 filename_or_URL
- * test: tree1 test2.xml > tree1.tmp && diff tree1.tmp $(srcdir)/tree1.res
+ * test: tree1 test2.xml > tree1.tmp ; diff tree1.tmp tree1.res ; rm tree1.tmp
* author: Dodji Seketeli
* copy: see Copyright for the status of this software.
*/