From de336ef15e539705bb2ba121045f6c101718d618 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 19 Feb 2019 16:40:42 +0100 Subject: [PATCH] TestBuildOnlyFileMultipleFlags: check that tomato.txt is not created --- command/build_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/build_test.go b/command/build_test.go index dd9bb1f43..53043a2d4 100644 --- a/command/build_test.go +++ b/command/build_test.go @@ -89,7 +89,7 @@ func TestBuildOnlyFileMultipleFlags(t *testing.T) { fatalCommand(t, c.Meta) } - for _, f := range []string{"vanilla.txt"} { + for _, f := range []string{"vanilla.txt", "tomato.txt"} { if fileExists(f) { t.Errorf("Expected NOT to find %s", f) }