Changeset 2601


Ignore:
Timestamp:
Mar 9, 2006, 11:30:38 PM (20 years ago)
Author:
bird
Message:

good idea to test before committing.

File:
1 edited

Legend:

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

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