Commit 4b64f7c3 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

fuse/test: make StatFs tests nonverbose

This speeds them up, and avoids writing to log files, decreasing
chances of flakiness.

Change-Id: I2a8f254d085303143285d2812e297e879d145652
parent 85a3fb96
......@@ -853,7 +853,7 @@ func TestIoctl(t *testing.T) {
// This test is racy. If an external process consumes space while this
// runs, we may see spurious differences between the two statfs() calls.
func TestStatFs(t *testing.T) {
func TestNonVerboseStatFs(t *testing.T) {
tc := NewTestCase(t)
defer tc.Cleanup()
......@@ -875,7 +875,7 @@ func TestStatFs(t *testing.T) {
}
}
func TestFStatFs(t *testing.T) {
func TestNonVerboseFStatFs(t *testing.T) {
tc := NewTestCase(t)
defer tc.Cleanup()
......
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