Commit 69ad27b5 authored by Kevin Atkinson's avatar Kevin Atkinson

Fix bug in test case.

parent 933a589e
......@@ -824,6 +824,7 @@ func TestNoCluster(t *testing.T) {
}
}
fs.Close()
dirs, err := ioutil.ReadDir(tempdir)
if err != nil {
t.Fatalf("ReadDir fail: %v\n", 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