aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/path_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/path_test.go')
-rw-r--r--container/path_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/container/path_test.go b/container/path_test.go
index 03406fb0..85e285e2 100644
--- a/container/path_test.go
+++ b/container/path_test.go
@@ -10,7 +10,6 @@ import (
"testing"
"unsafe"
- "hakurei.app/check"
"hakurei.app/vfs"
)
@@ -50,9 +49,6 @@ func TestToHost(t *testing.T) {
}
}
-// InternalToHostOvlEscape exports toHost passed to [check.EscapeOverlayDataSegment].
-func InternalToHostOvlEscape(s string) string { return check.EscapeOverlayDataSegment(toHost(s)) }
-
func TestCreateFile(t *testing.T) {
t.Run("nonexistent", func(t *testing.T) {
t.Run("mkdir", func(t *testing.T) {