TestBuildOnlyFileMultipleFlags: check that tomato.txt is not created

This commit is contained in:
Adrien Delorme 2019-02-19 16:40:42 +01:00
parent b04b8b3857
commit de336ef15e
1 changed files with 1 additions and 1 deletions

View File

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