elvish/pkg/eval/evaltest
Kurtis Rader 57cf018e06 Update unit tests that use p[rw]close
Replaces uses of the deprecated builtin `prclose` and `pwclose` commands
with `file close` in unit tests.

This also fixes one test that was not verifying what it intended due to
it's use of `.Throws(AnyError)` which was matching an Elvish error caused
by invalid command `file:prclose $p`.
2021-08-01 21:17:02 +01:00
..
evaltest.go Update unit tests that use p[rw]close 2021-08-01 21:17:02 +01:00
matchers.go Test almost all commands correctly bubble output errors. 2021-06-24 23:24:43 +01:00