summaryrefslogtreecommitdiff
path: root/dev-R/htmltools
diff options
context:
space:
mode:
Diffstat (limited to 'dev-R/htmltools')
-rw-r--r--dev-R/htmltools/htmltools-0.5.2-r1.ebuild (renamed from dev-R/htmltools/htmltools-0.5.2.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-R/htmltools/htmltools-0.5.2.ebuild b/dev-R/htmltools/htmltools-0.5.2-r1.ebuild
index 0a92f23700f2..21ff88d83dba 100644
--- a/dev-R/htmltools/htmltools-0.5.2.ebuild
+++ b/dev-R/htmltools/htmltools-0.5.2-r1.ebuild
@@ -34,5 +34,6 @@ SUGGESTED_PACKAGES="
src_test() {
cd "${WORKDIR}/${P}/tests" || die
+ rm "testthat/test-images.R" || die
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla test-all.R
}