Page MenuHomeFreeBSD

indent: Simplify test script
ClosedPublic

Authored by des on Aug 7 2025, 4:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 12, 2:56 AM
Unknown Object (File)
Sat, Feb 21, 10:16 AM
Unknown Object (File)
Feb 8 2026, 3:32 PM
Unknown Object (File)
Feb 8 2026, 3:16 PM
Unknown Object (File)
Feb 8 2026, 6:23 AM
Unknown Object (File)
Feb 8 2026, 4:41 AM
Unknown Object (File)
Jan 31 2026, 1:42 AM
Unknown Object (File)
Dec 12 2025, 11:58 AM
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.