Page MenuHomeFreeBSD

indent: Simplify test script
ClosedPublic

Authored by des on Aug 7 2025, 4:35 PM.
Tags
None
Referenced Files
F132792835: D51795.id160013.diff
Mon, Oct 20, 12:20 AM
Unknown Object (File)
Sun, Oct 12, 7:11 PM
Unknown Object (File)
Fri, Oct 10, 12:12 PM
Unknown Object (File)
Fri, Oct 10, 5:27 AM
Unknown Object (File)
Fri, Oct 10, 5:27 AM
Unknown Object (File)
Fri, Oct 10, 5:27 AM
Unknown Object (File)
Fri, Oct 10, 5:27 AM
Unknown Object (File)
Thu, Oct 9, 11:58 PM
Subscribers

Details

Summary

Much of the test script was concerned with working around RCS tags and
dealing with cases which don't apply to indent.

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Aug 7 2025, 4:35 PM
markj added inline comments.
usr.bin/indent/tests/functional_test.sh
3

Existing license text should be preserved.

34–35

Since it was declared local before, though it doesn't really matter. Alternately, don't bother using local at all.

usr.bin/indent/tests/functional_test.sh
34–35

actually profile_flag was not local in the original code

des marked 2 inline comments as done.

oops

markj added inline comments.
usr.bin/indent/tests/functional_test.sh
34–35

Ah, I was looking at profile_file.

This revision is now accepted and ready to land.Aug 7 2025, 11:28 PM
This revision was automatically updated to reflect the committed changes.