Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/common.nu
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export def check-common-install [install_dir = $USER_INSTALL_DIR: string] {
assert greater ($contents | length) 3
assert equal ($PROFILE | path exists) true
assert equal ($profile | get profiles.0.icon | path exists) true
assert equal ($profile | get profiles.0.commandline | path exists) true
assert equal ($profile | get profiles.0.commandline | str trim --char '"' | path exists) true
print $'(ansi g)Windows Terminal Profile setup successfully...(ansi reset)'
assert equal ($BINS | all {|it| $it in ($bins | get name) }) true
print $'(ansi g)Nu binaries installed successfully...(ansi reset)'
Expand Down