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/mount_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/mount_test.go')
| -rw-r--r-- | container/mount_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/mount_test.go b/container/mount_test.go index aca64679..ffacf18e 100644 --- a/container/mount_test.go +++ b/container/mount_test.go @@ -6,7 +6,7 @@ import ( "testing" "hakurei.app/container/stub" - "hakurei.app/container/vfs" + "hakurei.app/vfs" ) func TestBindMount(t *testing.T) { |
