]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/freebsd/tapetest.c
ebl update vtape documentation
[bacula/bacula] / bacula / platforms / freebsd / tapetest.c
index 2629a409916c9bd820e129856d3c1ddb418f7dab..d3a5b1c479406a97ec903b9f729b78b2b5cd1fb0 100644 (file)
@@ -16,6 +16,7 @@
  *  rawfill
  *  rewind
  *  scan
+ *  quit
  *
  *  The output will be:
  * 
@@ -53,6 +54,7 @@
  *  rawfill
  *  rewind
  *  scan
+ *  quit
  *
  *  The output will be:
  *
  *    Total files=1, blocks=17913, bytes = 1155603456
  * ========
  *
- * which is incorrect because it wrote 17,926 blocks but read
- * back only 17,913 blocks.
+ * which is incroorect because it wrote 17,926 blocks but read
+ * back only 17,913 blocks, AND because the return status on 
+ * the last block written was -1 when it should have been
+ * 0 (ie. stat=0 above).
  *
  *
  */