Commit 61f3528c authored by Aaron Jacobs's avatar Aaron Jacobs

Fixed another invocation bug.

parent 47445387
...@@ -75,7 +75,7 @@ func (t *flushFSTest) setUp( ...@@ -75,7 +75,7 @@ func (t *flushFSTest) setUp(
"--flushfs.flush_error", "--flushfs.flush_error",
fmt.Sprintf("%d", int(flushErr)), fmt.Sprintf("%d", int(flushErr)),
"--fsyncfs.fsync_error", "--flushfs.fsync_error",
fmt.Sprintf("%d", int(fsyncErr)), fmt.Sprintf("%d", int(fsyncErr)),
} }
......
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