diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-04-15 17:08:25 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-04-15 17:08:25 +0000 |
commit | 7c3d521dc635f81475b5a09acc2a8b5f3ea91bb7 (patch) | |
tree | b03f3960985a88337fc7b94ae9f58935b7bf23f7 /app-admin/chrpath/files | |
parent | Version bump wrt bug #315475 (diff) | |
download | historical-7c3d521dc635f81475b5a09acc2a8b5f3ea91bb7.tar.gz historical-7c3d521dc635f81475b5a09acc2a8b5f3ea91bb7.tar.bz2 historical-7c3d521dc635f81475b5a09acc2a8b5f3ea91bb7.zip |
Fix tests wrt bug #310725
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'app-admin/chrpath/files')
-rw-r--r-- | app-admin/chrpath/files/chrpath-0.13-testsuite-1.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-admin/chrpath/files/chrpath-0.13-testsuite-1.patch b/app-admin/chrpath/files/chrpath-0.13-testsuite-1.patch new file mode 100644 index 000000000000..1a30ce1eb94a --- /dev/null +++ b/app-admin/chrpath/files/chrpath-0.13-testsuite-1.patch @@ -0,0 +1,19 @@ +Submitted By: Mario Fetka (geos_one) (mario dot fetka at gmail dot com) +Date: 2010-04-04 +Initial Package Version: 0.13 +Origin: me +Upstream Status: unknown +Description: make the testsuite run with the new mltilib design + +diff -Naur chrpath-0.13.orig/testsuite/runtest.sh chrpath-0.13/testsuite/runtest.sh +--- chrpath-0.13.orig/testsuite/runtest.sh 2010-04-04 09:02:21.859114159 +0000 ++++ chrpath-0.13/testsuite/runtest.sh 2010-04-04 09:42:08.762112560 +0000 +@@ -2,6 +2,8 @@ + + set -x + ++export LD_LIBRARY_PATH=$PWD/../.libs:$LD_LIBRARY_PATH ++ + CHRPATH=../chrpath + + retval=0 |