Changeset 2583


Ignore:
Timestamp:
Mar 9, 2006, 1:02:22 AM (19 years ago)
Author:
bird
Message:

Use bin mode for input and expected output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/coreutils/tests/dd/skip-seek

    r2554 r2583  
    5858      # were these "\0\0\0\0\0\0\0\0  ".
    5959      'block-sync-1', qw(ibs=10 cbs=10 status=noxfer), 'conv=block,sync', '<',
    60       {IN=> "01234567\nabcdefghijkl\n"},
    61       {OUT=> "01234567  abcdefghij          "},
     60      #{IN=> "01234567\nabcdefghijkl\n"},               # bird
     61      {IN_BINMODE=> "01234567\nabcdefghijkl\n"},        # bird
     62      #{OUT=> "01234567  abcdefghij          "},        # bird
     63      {OUT_BINMODE=> "01234567  abcdefghij          "}, # bird
    6264      {ERR=> "2+1 records in\n0+1 records out\n1 truncated record\n"},
    6365     ],
Note: See TracChangeset for help on using the changeset viewer.