mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
test(terraform): move tests which do not require env vars (#1455)
Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
This commit is contained in:
@@ -123,6 +123,10 @@ active boot switches: -d:release\n",
|
||||
stdout: String::from("0.6.0"),
|
||||
stderr: String::default(),
|
||||
}),
|
||||
"terraform version" => Some(CommandOutput {
|
||||
stdout: String::from("Terraform v0.12.14"),
|
||||
stderr: String::default(),
|
||||
}),
|
||||
s if s.starts_with("erl") => Some(CommandOutput {
|
||||
stdout: String::from("22.1.3"),
|
||||
stderr: String::default(),
|
||||
|
||||
Reference in New Issue
Block a user