aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-concurrent-ruby
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-26 01:15:59 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-26 01:15:59 +0100
commit59878ff9d8a467d8280ab8dc3794120425163e49 (patch)
tree00e41c606bfe6b5f23c85070fbdafbae5fffd1db /testing/ruby-concurrent-ruby
parentc2ca91c853902f06084f15ac9c90142669bdf058 (diff)
downloadaports-59878ff9d8a467d8280ab8dc3794120425163e49.tar.bz2
aports-59878ff9d8a467d8280ab8dc3794120425163e49.tar.xz
testing/ruby-concurrent-ruby: fix typo
Diffstat (limited to 'testing/ruby-concurrent-ruby')
-rw-r--r--testing/ruby-concurrent-ruby/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ruby-concurrent-ruby/APKBUILD b/testing/ruby-concurrent-ruby/APKBUILD
index 670bafea56..835a1f2d0a 100644
--- a/testing/ruby-concurrent-ruby/APKBUILD
+++ b/testing/ruby-concurrent-ruby/APKBUILD
@@ -31,7 +31,7 @@ build() {
$_gemname-ext
}
-xcheck() {
+check() {
cd "$builddir"
rspec --tag ~unfinished --tag ~buggy --tag ~edge spec
}