From a11237b15848cc99d117ca6eb832eed0c92c64ec Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 24 Mar 2025 13:21:55 +0900 Subject: sandbox/vfs: add doc comments Signed-off-by: Ophestra --- sandbox/container_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sandbox/container_test.go') diff --git a/sandbox/container_test.go b/sandbox/container_test.go index 5ed9fee4..f6e6562d 100644 --- a/sandbox/container_test.go +++ b/sandbox/container_test.go @@ -231,7 +231,7 @@ func TestHelperCheckContainer(t *testing.T) { mnt[i].VfsOptstr = strings.TrimSuffix(mnt[i].VfsOptstr, ",relatime") mnt[i].VfsOptstr = strings.TrimSuffix(mnt[i].VfsOptstr, ",noatime") - if !cur.EqualWithIgnore(mnt[i]) { + if !cur.EqualWithIgnore(mnt[i], "\x00") { t.Errorf("[FAIL] %s", cur) } else { t.Logf("[ OK ] %s", cur) -- cgit v1.3.1