fix: remove broken gh-r zunit test for "warp" (#430)

* remove broken gh-r zunit test for "warp"
* set LC_CTYPE & LANG env variables for macOS

Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
vladislav doster 2022-11-20 17:08:42 -06:00 committed by GitHub
parent 0c1839a18b
commit 64fa4aef3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View file

@ -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

View file

@ -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' {