aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-07-12 13:43:34 +0200
committerJakob Unterwurzacher2020-07-12 13:43:34 +0200
commitf3a0dbabeedf3290b27c603b91bcf7ae5a65ad72 (patch)
treeb98c7d1499badb13075a99dff30b2d9838112048 /tests
parentfd0e8aa869ec74917d669d42f0e0d3b2888237b9 (diff)
tests: fix TestCpWarnings comment typo
Diffstat (limited to 'tests')
-rw-r--r--tests/defaults/main_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/defaults/main_test.go b/tests/defaults/main_test.go
index 149046a..51f5cd2 100644
--- a/tests/defaults/main_test.go
+++ b/tests/defaults/main_test.go
@@ -195,6 +195,7 @@ func TestWrite0200File(t *testing.T) {
}
}
+// TestMvWarnings:
// When xattr support was introduced, mv threw warnings like these:
// mv: preserving permissions for ‘b/x’: Operation not permitted
// because we returned EPERM when it tried to set system.posix_acl_access.
@@ -243,7 +244,7 @@ func TestMvWarningSymlink(t *testing.T) {
}
}
-// See TestCpWarnings.
+// See TestMvWarnings.
func TestCpWarnings(t *testing.T) {
fn := test_helpers.TmpDir + "/TestCpWarnings"
err := ioutil.WriteFile(fn, []byte("foo"), 0600)