Page MenuHomeFreeBSD

indent: Simplify test script
ClosedPublic

Authored by des on Aug 7 2025, 4:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 4, 12:44 AM
Unknown Object (File)
Fri, Apr 3, 4:09 PM
Unknown Object (File)
Thu, Apr 2, 6:55 PM
Unknown Object (File)
Fri, Mar 20, 8:52 AM
Unknown Object (File)
Thu, Mar 19, 8:53 PM
Unknown Object (File)
Thu, Mar 12, 2:56 AM
Unknown Object (File)
Feb 21 2026, 10:16 AM
Unknown Object (File)
Feb 8 2026, 3:32 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.