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
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:
parent
17ffdb2dcf
commit
b93e3511dc
@ -10,7 +10,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
"testing/fstest"
|
"testing/fstest"
|
||||||
|
|
||||||
"hakurei.app/test/sandbox"
|
"hakurei.app/test/internal/sandbox"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
@ -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) {
|
||||||
@ -12,7 +12,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
|
||||||
"hakurei.app/test/sandbox"
|
"hakurei.app/test/internal/sandbox"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user