From 54b1c23acd85f5d0731198af62aa6b4fe0b22853 Mon Sep 17 00:00:00 2001
From: Malik Shahzad Muzaffar <shahzad.malik.muzaffar@cern.ch>
Date: Sat, 24 Sep 2022 12:03:14 +0200
Subject: [PATCH] [12.5.X] Fix testNoParentDictionary to properly copy the
 package from rel area

---
 IOPool/Input/test/testNoParentDictionary.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/IOPool/Input/test/testNoParentDictionary.sh b/IOPool/Input/test/testNoParentDictionary.sh
index 9d22bdf0bcbac..66b63d58bb355 100755
--- a/IOPool/Input/test/testNoParentDictionary.sh
+++ b/IOPool/Input/test/testNoParentDictionary.sh
@@ -18,7 +18,7 @@ eval `scram run -sh`
 for DIR in ${OLD_CMSSW_BASE} ${CMSSW_RELEASE_BASE} ${CMSSW_FULL_RELEASE_BASE} ; do
     if [ -d ${DIR}/src/DataFormats/TestObjects ]; then
         mkdir DataFormats
-        cp -r ${DIR}/src/DataFormats/TestObjects DataFormats/
+        cp -Lr ${DIR}/src/DataFormats/TestObjects DataFormats/
         break
     fi
 done