Skip to content

Commit

Permalink
fix: remove broken gh-r zunit test for "warp" (#430)
Browse files Browse the repository at this point in the history
* remove broken gh-r zunit test for "warp"
* set LC_CTYPE & LANG env variables for macOS

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Nov 20, 2022
1 parent 0c1839a commit 64fa4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/gh-r.zunit
Original file line number Diff line number Diff line change
Expand Up @@ -645,12 +645,6 @@ $kopia --version; assert $state equals 0
local volta="$ZBIN/volta"; assert "$volta" is_executable
run $volta --version; assert $state equals 0
}
@test 'warp' { # Secure and simple terminal sharing
! [[ $OSTYPE =~ 'darwin*' ]] && skip 'Warp test skipped on Linux'
run zinit lbin'!* -> warp' for spolu/warp; assert $state equals 0
local warp="$ZBIN/warp"; assert "$warp" is_executable
run $warp --version; assert $state equals 0
}
@test 'whalebrew' { # Homebrew, but with Docker images
run zinit lbin'!* -> whalebrew' for whalebrew/whalebrew; assert $state equals 0
local whalebrew="$ZBIN/whalebrew"; assert "$whalebrew" is_executable
Expand Down
2 changes: 2 additions & 0 deletions tests/plugins.zunit
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
@setup {
zinit default-ice as'null' light-mode nocompile nocompletions
ZBIN=$ZPFX/bin
export LC_CTYPE=C
export LANG=C
}

# @test 'nnn' {
Expand Down

0 comments on commit 64fa4ae

Please sign in to comment.