summaryrefslogtreecommitdiffhomepage
path: root/util/httpm/httpm_test.go
AgeCommit message (Collapse)AuthorFilesLines
2023-11-22util/httpm: don't run test if .git doesn't existAndrew Dunham1-2/+10
Updates #9635 Signed-off-by: Andrew Dunham <andrew@du.nham.ca> Change-Id: I9089200f9327605036c88fc12834acece0c11694
2023-10-03util/httpm, all: add a test to make sure httpm is used consistentlyBrad Fitzpatrick1-0/+29
Updates #cleanup Change-Id: I7dbf8a02de22fc6b317ab5e29cc97792dd75352c Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>