diff --git a/command/meta_test.go b/command/meta_test.go index 4b1ae03f8..b0c4960f0 100644 --- a/command/meta_test.go +++ b/command/meta_test.go @@ -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()) } }