Follow-up Comment #3, bug #27983 (project findutils):

Is the expectation in the test script valid?

> mount -t "$(cygpath -w "${dir}")" /textmode
[..]
> tf1="/textmode/file1.txt"
> tf2="/textmode/file2.txt"
[..]
> echo "foo" > "${tf1}"
> echo "bar" >> "${tf1}"
[..]
> cat "${tf1}" | xargs -i echo -n "=={}==" > "${tf2}"
[..]
> find_crs "${tf2}"   # CR found (Savannah bug 27983 in xargs 4.4.0)


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27983>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



Reply via email to