diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-23 12:06:30 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-23 12:06:30 +0000 |
commit | aa95de37e18da5a4cdd03207fbe29da1650f6c71 (patch) | |
tree | 0778c353d0cf1b90723c074348a421fdfe44640a /packages | |
parent | cc388e7dbc4634553e2918b31050698fea8e6762 (diff) | |
parent | 73c304554ded0303d3cb410e7a9cfadb77815f5a (diff) |
merge of '79480b22471a1e33c199dca94abfa313f4bd0127'
and 'ad30a8ff6fed36a655dd5ba0014a93623be4937d'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/ltp/ltp-20070228/runltp-path.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 |