New
v1.13.1
What's Changed
- testscript: fix ptyName() returning /dev/pts/4294967296 on s390x by @anthonyfok in https://github.com/rogpeppe/go-internal/pull/246
- all: Move away from ioutil by @abhinav in https://github.com/rogpeppe/go-internal/pull/248
- testscript/doc: add
goto the list of testscript commands by @rudifa in https://github.com/rogpeppe/go-internal/pull/249 - testscript: Add Chdir method to change directory by @abhinav in https://github.com/rogpeppe/go-internal/pull/247
- testscript: add kill command by @kortschak in https://github.com/rogpeppe/go-internal/pull/243
- testscript: clarify HOME and TMPDIR env var names by @mvdan in https://github.com/rogpeppe/go-internal/pull/240
- all: Add Go 1.22, drop Go 1.20 by @abhinav in https://github.com/rogpeppe/go-internal/pull/252
- update dependencies and rely on Go 1.21 APIs by @mvdan in https://github.com/rogpeppe/go-internal/pull/256
- cmd/testscript: remove redundant use of Failed by @rogpeppe in https://github.com/rogpeppe/go-internal/pull/257
- testscript: add Config.Files by @rogpeppe in https://github.com/rogpeppe/go-internal/pull/258
- cmd/testscript: do not create an extra temporary directory by @rogpeppe in https://github.com/rogpeppe/go-internal/pull/259