command/meta: fix test

This commit is contained in:
Mitchell Hashimoto 2015-03-06 15:07:08 -08:00
parent eebd7b8aa3
commit 9062bfda89
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ func TestMetaInputMode(t *testing.T) {
t.Fatalf("err: %s", err)
}
if m.InputMode() != terraform.InputModeStd {
if m.InputMode() != terraform.InputModeStd|terraform.InputModeVarUnset {
t.Fatalf("bad: %#v", m.InputMode())
}
}