mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-08 06:09:49 +00:00
This fixes a couple issues: - NoSuchFileError not defined for darwin. - ca_test and sign_test do a bunch of filesystem specific tests that error differently on Windows. Just disable these tests on Windows for now. - Make the signcert test more deterministic by only testing one existing file at a time. |
||
|---|---|---|
| .. | ||
| ca.go | ||
| ca_test.go | ||
| keygen.go | ||
| keygen_test.go | ||
| main.go | ||
| main_test.go | ||
| print.go | ||
| print_test.go | ||
| sign.go | ||
| sign_test.go | ||
| test_darwin.go | ||
| test_linux.go | ||
| test_windows.go | ||
| verify.go | ||
| verify_test.go | ||