Skip to content

test(allexport): add regression tests for set -a behavior#823

Merged
chaliy merged 2 commits intomainfrom
fix/issue-793-set-a-allexport
Mar 26, 2026
Merged

test(allexport): add regression tests for set -a behavior#823
chaliy merged 2 commits intomainfrom
fix/issue-793-set-a-allexport

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Mar 26, 2026

Summary

  • Add 5 regression tests for set -a (allexport) behavior
  • Feature was already fully implemented; this adds test coverage
  • Tests verify: basic export to subprocess, source integration, long option form, non-retroactivity, for-loop variable

Test plan

  • All 5 new tests pass
  • Full test suite passes

Closes #793

chaliy added 2 commits March 26, 2026 12:52
Closes #793 — feature already implemented, adding test coverage for:
- Basic allexport to subprocess
- Allexport with source
- Long option form (set -o allexport)
- Not retroactive
- For loop variable
@chaliy chaliy merged commit 03888db into main Mar 26, 2026
18 checks passed
@chaliy chaliy deleted the fix/issue-793-set-a-allexport branch March 26, 2026 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: implement set -a (allexport)

1 participant