diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-23 07:54:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-23 07:54:23 +0000 |
commit | 9fa18193a81ed66ee74f11d7ab2b08e8dbcebc5c (patch) | |
tree | 7b98447639ff95427b5062c1913c2dd91a9a8123 | |
parent | c5a36496a9d333c5663dce34dff8107a2eb77ffc (diff) | |
download | coreutils-9fa18193a81ed66ee74f11d7ab2b08e8dbcebc5c.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 6 | ||||
-rwxr-xr-x | tests/dd/not-rewound | 3 |
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 |