Files
hakurei/test/sandbox/case/main.go
Ophestra d97a03c7c6 test/sandbox: separate test tool source
This improves readability and allows gofmt to format the file.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-03-27 23:43:13 +09:00

10 lines
175 B
Go

package main
import (
"os"
"git.gensokyo.uk/security/fortify/test/sandbox"
)
func main() { (&sandbox.T{FS: os.DirFS("/")}).MustCheckFile(os.Args[1], "/tmp/sandbox-ok") }