aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-08-03 16:21:06 +0200
committerJakob Unterwurzacher2025-08-03 21:25:24 +0200
commitad16a44c565ae2107bb7d35a439550dde99d54b2 (patch)
tree95d2990378615240cee41de908926df4b6796f99
parent2a5862ade9efe849ea1486b37ab672ec9a0a7e8d (diff)
tests: overlayfs_test: fix typo in comment
-rw-r--r--tests/defaults/overlayfs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/defaults/overlayfs_test.go b/tests/defaults/overlayfs_test.go
index 2b374b1..32c0a90 100644
--- a/tests/defaults/overlayfs_test.go
+++ b/tests/defaults/overlayfs_test.go
@@ -118,7 +118,7 @@ func TestRenameExchange(t *testing.T) {
}
}
-// Looks like the FUSE protocol does support O_TMPFILE yet
+// Looks like the FUSE protocol does not support O_TMPFILE yet
func TestOTmpfile(t *testing.T) {
p := test_helpers.DefaultPlainDir + "/" + t.Name()
fd, err := unix.Openat(-1, p, unix.O_TMPFILE, 0600)