From da11b26ec16ef9ed61045fdbb03c4090286bfeba Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 4 May 2026 02:07:52 +0900 Subject: container/initoverlay: configure via fsconfig This works around the page size limit at the cost of negligible performance regressions. Closes #34. Signed-off-by: Ophestra --- container/path_test.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'container/path_test.go') 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) { -- cgit v1.3.1