From: Mathieu Malaterre Date: Tue, 11 Feb 2025 07:08:43 +0000 (+0100) Subject: d/t/run-unit-test: Adapt to new installation X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fe211f60fe305555ff27a92da798ef28909b0ce6;p=dcmtk.git d/t/run-unit-test: Adapt to new installation --- diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index 97dcb126..2874c778 100644 --- a/debian/tests/run-unit-test +++ b/debian/tests/run-unit-test @@ -13,7 +13,7 @@ if [ "${AUTOPKGTEST_TMP}" = "" ] ; then fi cp -a /usr/lib/python3/dist-packages/pydicom/data/test_files/CT_small.dcm "${AUTOPKGTEST_TMP}" -cp -a /usr/share/dcmtk/dicom.dic "${AUTOPKGTEST_TMP}" +cp -a /usr/share/dcmtk-3.6.9/dicom.dic "${AUTOPKGTEST_TMP}" export DCMDICTPATH=${AUTOPKGTEST_TMP}/dicom.dic