diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-04 02:07:52 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-04 02:29:56 +0900 |
| commit | da11b26ec16ef9ed61045fdbb03c4090286bfeba (patch) | |
| tree | ef6120c9c274276eb90976dc49a1a0808a3914b9 /container/path_test.go | |
| parent | 024489e800a3324e2305546598b606357606e274 (diff) | |
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 <cat@gensokyo.uk>
Diffstat (limited to 'container/path_test.go')
| -rw-r--r-- | container/path_test.go | 4 |
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) { |
