From f8d899980930b6624a44837a70192bdd42e8a9bd Mon Sep 17 00:00:00 2001 From: vladislav doster <10052309+vladdoster@users.noreply.github.com> Date: Sun, 22 May 2022 22:11:27 -0500 Subject: [PATCH] maint: remove "pokeget" test due to repo deletion (#281) Signed-off-by: Vladislav Doster --- tests/gh-r.zunit | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/gh-r.zunit b/tests/gh-r.zunit index 943183067..a4172d633 100755 --- a/tests/gh-r.zunit +++ b/tests/gh-r.zunit @@ -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