TestBuildOnlyFileMultipleFlags: check that tomato.txt is not created

pull/7330/head
Adrien Delorme 7 years ago
parent b04b8b3857
commit de336ef15e

@ -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)
}

Loading…
Cancel
Save