Changeset 2605


Ignore:
Timestamp:
Mar 10, 2006, 1:35:33 AM (19 years ago)
Author:
bird
Message:

binary input on b1 to prevent \n -> \r\n and wrong char count.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/coreutils/tests/wc/Test.pm

    r2554 r2605  
    2424['c2', '-L',  "\n123456",           "6\n",                          0],
    2525);
     26$Test::binmode_tests{'b1'} = { INPUT_BINARY => 1 }; # bird
    2627
    2728sub test_vector
Note: See TracChangeset for help on using the changeset viewer.