From: Jim Meyering Date: Sat, 2 Dec 2000 12:15:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_9~46 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=9db47bb80898764561c089c72b061b2ccfce3bf1;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/dd/skip-seek b/tests/dd/skip-seek index 492774fc55..a740eb7215 100755 --- a/tests/dd/skip-seek +++ b/tests/dd/skip-seek @@ -34,14 +34,6 @@ my @Tests = {ERR=> "3+0 records in\n3+0 records out\n"}, {CMP=> ['zy123utsrqponmlkji', {'@AUX@'=> undef}]}, ], - [ - '2', qw (bs=5 skip=1B seek=2B conv=notrunc count=1 of=@AUX@ < ), - {IN=> '0123456789abcdef'}, - {AUX=> 'zyxwvutsrqponmlkji'}, - {OUT=> ''}, - {ERR=> "1+0 records in\n1+0 records out\n"}, - {CMP=> ['zy12345srqponmlkji', {'@AUX@'=> undef}]}, - ], [ '3', qw (bs=5 skip=1 seek=1 conv=notrunc count=1 of=@AUX@ < ), {IN=> '0123456789abcdef'},