Changeset 2599
- Timestamp:
- Mar 9, 2006, 8:23:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreutils/tests/misc/head-elide-tail
r2554 r2599 30 30 ( 31 31 # 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 33 34 # Elide more than the size of the file. 34 35 ['elide-b2', "--bytes=-2", {IN=>"a"}, {OUT=>''}],
Note:
See TracChangeset
for help on using the changeset viewer.