aboutsummaryrefslogtreecommitdiff
path: root/src/os/executable_test.go
AgeCommit message (Expand)Author
2021-05-04os: skip TestExecutableDeleted on plan9Richard Miller
2021-04-23os: skip TestExecutableDeleted on aixEgon Elbre
2021-04-22os: depend on Readlink only when necessaryEgon Elbre
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-26os: fix tests for AIXClément Chigot
2017-12-09os: fix typo in TestExecutable commentTobias Klauser
2017-06-22os: run more of TestExecutable on OpenBSDMichael Hendricks
2017-06-17os: on OpenBSD implement Executable using Args[0]Ian Lance Taylor
2016-11-07os: add Executable() (string, error)Shenghou Ma