test: move package sandbox internal
Some checks failed
Test / Create distribution (push) Successful in 35s
Test / Sandbox (race detector) (push) Failing after 40s
Test / Sandbox (push) Failing after 41s
Test / Hpkg (push) Successful in 41s
Test / Hakurei (race detector) (push) Successful in 45s
Test / Hakurei (push) Successful in 46s
Test / Flake checks (push) Has been skipped

This should never be used outside vm tests.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
Ophestra 2025-11-12 22:27:09 +09:00
parent 17ffdb2dcf
commit b93e3511dc
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
9 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import (
"testing" "testing"
"testing/fstest" "testing/fstest"
"hakurei.app/test/sandbox" "hakurei.app/test/internal/sandbox"
) )
var ( var (

View File

@ -7,7 +7,7 @@ import (
"path" "path"
"testing" "testing"
"hakurei.app/test/sandbox" "hakurei.app/test/internal/sandbox"
) )
func TestMountinfo(t *testing.T) { func TestMountinfo(t *testing.T) {

View File

@ -12,7 +12,7 @@ import (
"strings" "strings"
"syscall" "syscall"
"hakurei.app/test/sandbox" "hakurei.app/test/internal/sandbox"
) )
var ( var (