Fix legacy ACL source wildcard and keep rollback tracking on delete failure

This commit is contained in:
Viktor Liu
2026-06-10 17:44:33 +02:00
parent a5d4373ddc
commit ab7639d101
4 changed files with 102 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
// This file is intentionally named test.go (not test_test.go) so the exported
// StartTestServer helper is visible to the ssh/proxy and ssh/client external
// test packages, not just this package's own tests. The //go:build !js tag
// keeps its "testing" import — and the whole testing/flag/regexp transitive
// chain it drags in out of the wasm client, which links ssh/server through
// the engine but never runs Go tests under GOOS=js.
// keeps its "testing" import, along with the whole testing/flag/regexp
// transitive chain it drags in, out of the wasm client, which links
// ssh/server through the engine but never runs Go tests under GOOS=js.
//go:build !js
package server