Skip to content

test(interpreter): add regression tests for bash -c exported variable visibility#1038

Merged
chaliy merged 1 commit intomainfrom
fix/issue-943-bash-c-exports
Apr 3, 2026
Merged

test(interpreter): add regression tests for bash -c exported variable visibility#1038
chaliy merged 1 commit intomainfrom
fix/issue-943-bash-c-exports

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Apr 3, 2026

Summary

  • The reported behavior (bash -c not seeing exports) appears fixed on current main
  • Add regression spec tests to prevent future regressions

Test plan

  • Spec tests: 3 cases covering exported var access in bash -c
  • All tests pass

Closes #943

@chaliy chaliy merged commit 183077a into main Apr 3, 2026
18 checks passed
@chaliy chaliy deleted the fix/issue-943-bash-c-exports branch April 3, 2026 10:52
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.

bash -c child does not see exported variables from parent

1 participant