From: Philip Balister Date: Thu, 23 Aug 2007 10:05:07 +0000 (+0000) Subject: ltp : Commit patch intended for earlier commit. from bug #2078. X-Git-Tag: Release-2010-05/1~8816^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b83f62f74c3826dc69453ca5f0e2d1ef99d23a78;p=openembedded.git ltp : Commit patch intended for earlier commit. from bug #2078. --- diff --git a/packages/ltp/ltp-20070228/runltp-path.patch b/packages/ltp/ltp-20070228/runltp-path.patch index dfbbf353ec..d117b3c24e 100644 --- a/packages/ltp/ltp-20070228/runltp-path.patch +++ b/packages/ltp/ltp-20070228/runltp-path.patch @@ -11,3 +11,14 @@ Index: runltp export TMPBASE="/tmp" export TMP="${TMPBASE}/ltp-$$" export PATH="${PATH}:${LTPROOT}/testcases/bin" +--- ltp-full-20060412.orig/runltp 2007-02-28 20:40:17.000000000 -0800 ++++ ltp-full-20060412/runltp 2007-04-01 11:38:38.000000000 -0700 +@@ -285,7 +285,7 @@ + ${LTPROOT}/runtest/sched ${LTPROOT}/runtest/math \ + ${LTPROOT}/runtest/nptl ${LTPROOT}/runtest/pty + do +- [ -a "$SCENFILES" ] || \ ++ [ -e "$SCENFILES" ] || \ + { + echo "FATAL: missing scenario file $SCENFILES" + exit 1