From 9d7392a5be7e21aaaf2fb02f19b421c29e304632 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 7 Apr 2018 15:46:41 +0200 Subject: tests: cli_test: fix fd leak One fd leak found in TestMountBackground. --- tests/matrix/matrix_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/matrix') diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go index bc964ae..f34c167 100644 --- a/tests/matrix/matrix_test.go +++ b/tests/matrix/matrix_test.go @@ -76,9 +76,7 @@ func TestMain(m *testing.M) { r := m.Run() after := test_helpers.ListFds() if len(before) != len(after) { - fmt.Printf("fd leak? before, after:\n") - fmt.Printf("%v\n", before) - fmt.Printf("%v\n", after) + fmt.Printf("fd leak? before, after:\n%v\n%v\n", before, after) os.Exit(1) } test_helpers.UnmountPanic(test_helpers.DefaultPlainDir) -- cgit v1.2.3