diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-26 01:15:59 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-26 01:15:59 +0100 |
commit | 59878ff9d8a467d8280ab8dc3794120425163e49 (patch) | |
tree | 00e41c606bfe6b5f23c85070fbdafbae5fffd1db /testing/ruby-concurrent-ruby | |
parent | c2ca91c853902f06084f15ac9c90142669bdf058 (diff) | |
download | aports-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/APKBUILD | 2 |
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 } |