summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog6
-rwxr-xr-xtests/dd/not-rewound3
2 files changed, 8 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index c6c2f84df..15cecf8a4 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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):
diff --git a/tests/dd/not-rewound b/tests/dd/not-rewound
index 59704c783..814d03815 100755
--- a/tests/dd/not-rewound
+++ b/tests/dd/not-rewound
@@ -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