Commit 0cccae24 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Fix typo.

parent 34f664cc
...@@ -108,7 +108,7 @@ func (me *testCase) removeMountFile() { ...@@ -108,7 +108,7 @@ func (me *testCase) removeMountFile() {
} }
func (me *testCase) writeOrigFile() { func (me *testCase) writeOrigFile() {
err = ioutil.WriteFile(me.origFile, []byte(contents), 0700) err := ioutil.WriteFile(me.origFile, []byte(contents), 0700)
CheckSuccess(err) CheckSuccess(err)
} }
......
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