Permalink
Please sign in to comment.
Browse files
Fix the behavior of 'readonly foo', caught by our own configure script!
test/gold.sh runs configure. 'test/gold.sh all' passes now.
Also add two related spec tests for 'local' behavior.
Test cleanup:
- Remove a test that was folded into here-doc.test.sh.
- Move spec/readonly.sh to gold/ and add it to the test/gold.sh driver.
- We want to migrate all the shell scripts in the spec/ directory that
aren't *.test.sh.- Loading branch information...
Showing
with
51 additions
and 30 deletions.
- +17 −11 core/cmd_exec.py
- +1 −1 core/state.py
- +1 −3 {spec → gold}/readonly.sh
- +0 −11 spec/09-here-doc-compound.sh
- +19 −0 spec/builtin-vars.test.sh
- +12 −3 test/gold.sh
- +1 −1 test/spec.sh
0 comments on commit
ee4d2b8