diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-08-17 01:26:19 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 08:40:46 +0000 |
commit | bce7dc1ef19bad02062062964188b9384ba8c89e (patch) | |
tree | 18d973711e4a597bdbfb194602eedac17a54d38b /testing | |
parent | c1fdcc88d6ac728fc32066cdaedc8a5d044d7bce (diff) | |
download | aports-bce7dc1ef19bad02062062964188b9384ba8c89e.tar.bz2 aports-bce7dc1ef19bad02062062964188b9384ba8c89e.tar.xz |
main/fcron: mark as having no test suite
Diffstat (limited to 'testing')
-rw-r--r-- | testing/fcron/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fcron/APKBUILD b/testing/fcron/APKBUILD index 54eb6b260d..7cac857eaf 100644 --- a/testing/fcron/APKBUILD +++ b/testing/fcron/APKBUILD @@ -6,7 +6,7 @@ pkgrel=2 pkgdesc="periodical command scheduler for systems not always up" url="http://fcron.free.fr/" install="fcron.pre-install" -options="suid" +options="suid !check" pkgusers="fcron" pkggroups="fcron" arch="all" |