Commit f547825d authored by Aaron Jacobs's avatar Aaron Jacobs

ReadOnlyTest.Chmod

parent 039f159a
......@@ -1027,5 +1027,6 @@ func (t *ReadOnlyTest) Chtimes() {
}
func (t *ReadOnlyTest) Chmod() {
AssertTrue(false, "TODO")
err := os.Chmod(path.Join(t.Dir, "foo"), 0700)
ExpectThat(err, Error(HasSubstr("read-only")))
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment