Changeset 2598


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

avoid newlines when exact char counts are required!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/coreutils/tests/misc/split-a

    r2554 r2598  
    2525# Generate a 27-byte file
    2626# yes|tr -d y|head -n27 > in
    27 echo abcdefghijklmnopqrstuvwxyz > in
     27#echo abcdefghijklmnopqrstuvwxyz0 > in
     28echo -n abcdefghijklmnopqrstuvwxyz0 > in # bird: newlines are translated, avoid when possible.
    2829
    2930# This should fail.
Note: See TracChangeset for help on using the changeset viewer.