*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 23 Aug 2000 07:54:23 +0000 (07:54 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 23 Aug 2000 07:54:23 +0000 (07:54 +0000)
old/fileutils/ChangeLog
tests/dd/not-rewound

index c6c2f84..15cecf8 100644 (file)
@@ -1,3 +1,9 @@
+2000-08-23  Jim Meyering  <meyering@lucent.com>
+
+       * tests/dd/not-rewound: New test, for the SEEK_CUR vs. SEEK_SET part
+       of last change.  Based on Paul's example.
+       * tests/dd/Makefile.am (TESTS): Add not-rewound.
+
 2000-08-22  Paul Eggert  <eggert@twinsun.com>
 
        * src/dd.c (skip):
index 59704c7..814d038 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
-# Make sure dd does the right thing when the file descriptor is not rewound.
+# Make sure dd does the right thing when the input file descriptor
+# is not rewound.
 
 if test "$VERBOSE" = yes; then
   set -x