summaryrefslogtreecommitdiff
path: root/doc/examples/io2.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/io2.c')
-rw-r--r--doc/examples/io2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/io2.c b/doc/examples/io2.c
index 4676f4a..814a27e 100644
--- a/doc/examples/io2.c
+++ b/doc/examples/io2.c
@@ -4,7 +4,7 @@
* purpose: Demonstrate the use of xmlDocDumpMemory
* to output document to a character buffer
* usage: io2
- * test: io2 > io2.tmp && diff io2.tmp $(srcdir)/io2.res
+ * test: io2 > io2.tmp ; diff io2.tmp io2.res ; rm -f io2.tmp
* author: John Fleck
* copy: see Copyright for the status of this software.
*/