From ba3227bf1572654cf1a3a828f7ee22ddd0224261 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 14 Aug 2025 23:44:11 +0900 Subject: container: export overlay escape Signed-off-by: Ophestra --- container/mount_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container/mount_test.go') diff --git a/container/mount_test.go b/container/mount_test.go index 573f080b..eb904774 100644 --- a/container/mount_test.go +++ b/container/mount_test.go @@ -41,7 +41,7 @@ func TestEscapeOverlayDataSegment(t *testing.T) { for _, tc := range testCases { t.Run(tc.name, func(t *testing.T) { - if got := escapeOverlayDataSegment(tc.s); got != tc.want { + if got := EscapeOverlayDataSegment(tc.s); got != tc.want { t.Errorf("escapeOverlayDataSegment: %s, want %s", got, tc.want) } }) -- cgit v1.3.1