diff options
Diffstat (limited to 'testing/fzy')
-rw-r--r-- | testing/fzy/APKBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/testing/fzy/APKBUILD b/testing/fzy/APKBUILD index 6734744be27..03eaf4d9086 100644 --- a/testing/fzy/APKBUILD +++ b/testing/fzy/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="A better fuzzy finder" url="https://github.com/jhawthorn/$pkgname" arch="all" license="MIT" -checkdepends="ruby-minitest ruby-ttytest" +checkdepends="ruby-minitest" subpackages="$pkgname-doc" source="https://github.com/jhawthorn/fzy/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" @@ -18,9 +18,6 @@ build() { check() { make check - - cd test/acceptance - ruby acceptance_test.rb } package() { |