Skip to content

Commit 3dab87e

Browse files
cyqsimonrami3l
authored andcommitted
cli: update uninstall_removes_source_from_rcs to mirror uninstall_doesnt_modify_rcs_with_no_modify_path
1 parent 9ce7461 commit 3dab87e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/suite/cli_paths.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ error: could not amend shell profile[..]
244244
".bash_profile",
245245
".bash_login",
246246
".profile",
247+
// This requires zsh to be installed, so we test it on macOS only.
248+
#[cfg(target_os = "macos")]
247249
".zshenv",
248250
]
249251
.iter()

0 commit comments

Comments
 (0)