Changeset 2599


Ignore:
Timestamp:
Mar 9, 2006, 8:23:28 PM (19 years ago)
Author:
bird
Message:

another \r\n

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/coreutils/tests/misc/head-elide-tail

    r2554 r2599  
    3030  (
    3131   # Elide the exact size of the file.
    32    ['elide-b1', "--bytes=-2", {IN=>"a\n"}, {OUT=>''}],
     32   #['elide-b1', "--bytes=-2", {IN=>"a\n"}, {OUT=>''}],
     33   ['elide-b1', "--bytes=-2", {IN_BINARY=>"a\n"}, {OUT=>''}], #bird: \r\n
    3334   # Elide more than the size of the file.
    3435   ['elide-b2', "--bytes=-2", {IN=>"a"},   {OUT=>''}],
Note: See TracChangeset for help on using the changeset viewer.