Commit 978e8f18 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Tweak of test failure message.

parent c8d0b306
...@@ -99,6 +99,6 @@ func TestMultiZipFs(t *testing.T) { ...@@ -99,6 +99,6 @@ func TestMultiZipFs(t *testing.T) {
fi, err = os.Stat(mountPoint + "/zipmount") fi, err = os.Stat(mountPoint + "/zipmount")
if err == nil { if err == nil {
t.Error("stat should fail after unmount.", fi) t.Errorf("stat should fail after unmount, got %#v", fi)
} }
} }
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