Fixed a test bug.

geesefs-0-30-9
Aaron Jacobs 2015-02-27 14:09:14 +11:00
parent 1750a271f5
commit aa99b03e36
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func (t *HelloFSTest) SetUp(ti *TestInfo) {
var err error
// Set up a fixed, non-zero time.
t.clock.AdvanceTime(time.Now().Sub(t.clock.Now()))
t.clock.SetTime(time.Now())
// Set up a temporary directory for mounting.
mountPoint, err := ioutil.TempDir("", "hello_fs_test")