test/sandbox: assert mntent json
All checks were successful
Test / Create distribution (push) Successful in 28s
Test / Fortify (push) Successful in 2m27s
Test / Fpkg (push) Successful in 3m24s
Test / Data race detector (push) Successful in 3m25s
Test / Flake checks (push) Successful in 49s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-02-28 15:40:58 +09:00
parent 4de4049713
commit 558974b996
3 changed files with 93 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
package sandbox
func ReplaceFatal(f func(format string, v ...any)) { fatalfFunc = f }