Skip to content

Commit

Permalink
maint: remove "pokeget" test due to repo deletion (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <[email protected]>
  • Loading branch information
vladdoster authored May 23, 2022
1 parent 07cde66 commit f8d8999
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/gh-r.zunit
Original file line number Diff line number Diff line change
Expand Up @@ -529,11 +529,6 @@ $kopia --version; assert $state equals 0
local pmy="$ZBIN/pmy"; assert "$pmy" is_executable
$pmy --version; assert $state equals 0
}
@test 'pokeget' { # a bash script you can use to display cool sprites of pokemon in your terminal
run zinit bpick'*.tar.gz' lbin'!* -> pokeget' for @talwat/pokeget; assert $state equals 0
local pokeget="$ZBIN/pokeget"; assert "$pokeget" is_executable
$pokeget pikachu; assert $state equals 0
}
@test 'procs' { # A modern replacement for ps written in Rust
run zinit for @dalance/procs; assert $state equals 0
local procs="$ZBIN/procs"; assert "$procs" is_executable
Expand Down

0 comments on commit f8d8999

Please sign in to comment.