Changeset 2608


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

avoid \n -> \r\n in some tests.

File:
1 edited

Legend:

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

    r2554 r2608  
    8282);
    8383
     84$Test::binmode_tests{'obs-b'} = { ALL_BINARY => 1 };
     85$Test::binmode_tests{'c-2'} = { ALL_BINARY => 1 };
     86$Test::binmode_tests{'c-2-minus'} = { ALL_BINARY => 1 };
     87$Test::binmode_tests{'c2'} = { ALL_BINARY => 1 };
     88$Test::binmode_tests{'c2-minus'} = { ALL_BINARY => 1 };
     89
    8490sub test_vector
    8591{
Note: See TracChangeset for help on using the changeset viewer.