diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-24 13:21:55 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-24 13:21:55 +0900 |
| commit | a11237b15848cc99d117ca6eb832eed0c92c64ec (patch) | |
| tree | 37b098dd88b56fa373a26909052caaae9a515eb2 /sandbox/container_test.go | |
| parent | 40f00d570e10ba03910d16b734cc75817b83d00e (diff) | |
sandbox/vfs: add doc comments
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'sandbox/container_test.go')
| -rw-r--r-- | sandbox/container_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
