diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-17 15:16:46 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-17 15:30:30 +0900 |
| commit | e9a72490db44426605debd3cc756a7924931d706 (patch) | |
| tree | 1e8f8099c46aa16023367404ec2c9fb769db2c8e /container/path_test.go | |
| parent | 0a12d456ce5869042dc06c43c360c43cab942d6b (diff) | |
vfs: move from container
This package is not container-specific.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'container/path_test.go')
| -rw-r--r-- | container/path_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/path_test.go b/container/path_test.go index d1754559..b0ec4645 100644 --- a/container/path_test.go +++ b/container/path_test.go @@ -11,7 +11,7 @@ import ( "unsafe" "hakurei.app/container/check" - "hakurei.app/container/vfs" + "hakurei.app/vfs" ) func TestToSysroot(t *testing.T) { |
