mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
fix(test): do NOT quote argument values for mocked invocations (#1527)
Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ active boot switches: -d:release\n",
|
||||
stdout: String::from("5.26.1"),
|
||||
stderr: String::default(),
|
||||
}),
|
||||
"php -nr 'echo PHP_MAJOR_VERSION.\".\".PHP_MINOR_VERSION.\".\".PHP_RELEASE_VERSION;'" => {
|
||||
"php -nr echo PHP_MAJOR_VERSION.\".\".PHP_MINOR_VERSION.\".\".PHP_RELEASE_VERSION;" => {
|
||||
Some(CommandOutput {
|
||||
stdout: String::from("7.3.8"),
|
||||
stderr: String::default(),
|
||||
|
||||
Reference in New Issue
Block a user