aboutsummaryrefslogtreecommitdiffstats
path: root/browserenv_unix_test.go
AgeCommit message (Expand)Author
2020-12-20Add license (MPL 2.0)Teddy Wing
2020-12-20Set `pkg/browser`'s `Stderr` and `Stdout` to oursTeddy Wing
2020-12-20browserenv_unix_test: Unset `BROWSER` in tests that set itTeddy Wing
2020-12-20Support multiple colon-separated commands in `BROWSER`Teddy Wing
2020-12-20Connect `Stdout` and `Stderr` to browser commandTeddy Wing
2020-12-20Escape single quotes in URLTeddy Wing
2020-12-20Handle `%s` format string for URL in `BROWSER` variableTeddy Wing
2020-12-20TestBrowserCommand: Convert to table-driven testTeddy Wing
2020-12-19Add `BROWSER` support to `OpenURL()`Teddy Wing