hishtory/client/testdata/testUninstall-post-uninstall-zsh-darwin
David Dworken 29ba7bc272
Invert condition so that a bunch of golden tests only run on actions, since that is now our primary testing environment (#159)
* Invert condition so that a bunch of golden tests only run on actions, since that is now our primary testing environment

* Update goldens to match them on GH actions

* Update goldens to split them based on OS so they can run on GH actions

* Add runtime.GOOS to golden names

* Update goldens that are now split by OS

* Update another test to fork on OS

* Update shell exclusion to properly exclude fish

* More golden updates

* Add more goldens

* More goldens
2023-12-29 07:31:56 -08:00

7 lines
239 B
Plaintext

runner@ghaction-runner-hostname hishtory % echo foo
foo
runner@ghaction-runner-hostname hishtory % hishtory
zsh: command not found: hishtory
runner@ghaction-runner-hostname hishtory % echo bar
bar
runner@ghaction-runner-hostname hishtory %