mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-java/xmlunit-core: quote variables
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/44367 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
committed by
Arthur Zamarin
parent
c3e215e654
commit
4b67be039e
@@ -40,6 +40,6 @@ JAVA_TEST_GENTOO_CLASSPATH="asm byte-buddy hamcrest jaxb-runtime-2 junit-4 mocki
|
||||
JAVA_TEST_SRC_DIR="src/test/java"
|
||||
|
||||
src_test() {
|
||||
mv ${WORKDIR}/test-resources-${TEST}/* ../test-resources || die
|
||||
mv "${WORKDIR}/test-resources-${TEST}"/* ../test-resources || die
|
||||
java-pkg-simple_src_test
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user