This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Don't add newline character when using echo in tests.
ClosedPublic

Authored by mpividori on Feb 3 2017, 10:58 PM.

Details

Summary

I add the option "-n", so we don't add a new line character at the end of the file when using echo. (on Windows this means 2 characters).

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori created this revision.Feb 3 2017, 10:58 PM
kcc accepted this revision.Feb 6 2017, 11:22 AM

LGTM

This revision is now accepted and ready to land.Feb 6 2017, 11:22 AM
This revision was automatically updated to reflect the committed changes.