From: Jim Meyering Date: Wed, 23 Aug 2000 07:54:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0z~116 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fa18193a81ed66ee74f11d7ab2b08e8dbcebc5c;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c6c2f84..15cecf8 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,9 @@ +2000-08-23 Jim Meyering + + * 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 * src/dd.c (skip): diff --git a/tests/dd/not-rewound b/tests/dd/not-rewound index 59704c7..814d038 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