Changeset 2601
- Timestamp:
- Mar 9, 2006, 11:30:38 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreutils/tests/misc/head-elide-tail
r2599 r2601 31 31 # Elide the exact size of the file. 32 32 #['elide-b1', "--bytes=-2", {IN=>"a\n"}, {OUT=>''}], 33 ['elide-b1', "--bytes=-2", {IN_BIN ARY=>"a\n"}, {OUT=>''}], #bird: \r\n33 ['elide-b1', "--bytes=-2", {IN_BINMODE=>"a\n"}, {OUT=>''}], #bird: \r\n 34 34 # Elide more than the size of the file. 35 35 ['elide-b2', "--bytes=-2", {IN=>"a"}, {OUT=>''}],
Note:
See TracChangeset
for help on using the changeset viewer.