gash/tests/spec
Timothy Sample da9a05d500 Do not use 'with-continuation-barrier'.
It turns out that 'with-continuation-barrier' allows delimited
continuations (i.e., prompts) to get through.

* gash/shell.scm (%subshell): Replace 'with-continuation-barrier' with
'dynamic-wind', making sure to preserve exit statuses that were leaked
through before.
* tests/unit/shell.scm (call-with-temporary-directory): Replace
'with-continuation-barrier' with 'dynamic-wind'.
* tests/spec/oil.scm: Enable previously failing tests.
2019-08-01 09:10:38 -04:00
..
Makefile.am Touch up metadata and copyright notices. 2019-05-22 00:44:39 -04:00
check-spec Touch up metadata and copyright notices. 2019-05-22 00:44:39 -04:00
oil.scm Do not use 'with-continuation-barrier'. 2019-08-01 09:10:38 -04:00