]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 26 Nov 2000 16:50:17 +0000 (16:50 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Nov 2000 16:50:17 +0000 (16:50 +0000)
tests/dd/skip-seek

index b2e2412ec393e89489a439c0e249d7dd60d90105..492774fc5510a197ac5cdcc3d6908a3a2c01ea1d 100755 (executable)
@@ -50,6 +50,14 @@ my @Tests =
       {ERR=> "1+0 records in\n1+0 records out\n"},
       {CMP=> ['zyxwv56789ponmlkji', {'@AUX@'=> undef}]},
      ],
+     [
+      '4', qw (bs=5 skip=1 seek=1 count=1 of=@AUX@ < ),
+      {IN=> '0123456789abcdef'},
+      {AUX=> 'zyxwvutsrqponmlkji'},
+      {OUT=> ''},
+      {ERR=> "1+0 records in\n1+0 records out\n"},
+      {CMP=> ['zyxwv56789', {'@AUX@'=> undef}]},
+     ],
     );
 
 my $save_temps = $ENV{DEBUG};