Changeset 2565


Ignore:
Timestamp:
Mar 7, 2006, 12:59:18 AM (19 years ago)
Author:
bird
Message:

line ending fuckup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/coreutils/tests/cp/into-self

    r2554 r2565  
    4040#'
    4141
    42 cmp out exp || fail=1
    43 test $fail = 1 && diff out exp 2> /dev/null
     42diff out exp 2> /dev/null || fail=1 #bird cmp -> diff
     43#test $fail = 1 && diff out exp 2> /dev/null #bird
    4444
    4545(exit $fail); exit $fail
Note: See TracChangeset for help on using the changeset viewer.