*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 2 Dec 2000 12:15:00 +0000 (12:15 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Dec 2000 12:15:00 +0000 (12:15 +0000)
tests/dd/skip-seek

index 492774f..a740eb7 100755 (executable)
@@ -35,14 +35,6 @@ my @Tests =
       {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'},
       {AUX=> 'zyxwvutsrqponmlkji'},