You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-benchmarks/ltp/files/runltp-path.patch

12 lines
387 B

--- runltp.orig 2004-11-06 11:40:02.729295792 +0100
+++ runltp 2004-11-06 11:40:25.758808272 +0100
@@ -43,7 +43,7 @@
echo "FATAL: unable to change directory to $(dirname $0)"
exit 1
}
- export LTPROOT=${PWD}
+ export LTPROOT=/usr/libexec/ltp/
export TMPBASE="/tmp"
export TMP="${TMPBASE}/ltp-$$"
export PATH="${PATH}:${LTPROOT}/testcases/bin"