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:
Volkmar W. Pogatzki
2025-10-28 22:43:11 +01:00
committed by Arthur Zamarin
parent c3e215e654
commit 4b67be039e

View File

@@ -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
}