diff options
author | Philip Balister <philip@balister.org> | 2007-08-23 10:05:07 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-08-23 10:05:07 +0000 |
commit | b83f62f74c3826dc69453ca5f0e2d1ef99d23a78 (patch) | |
tree | 92d14aaddc6dee907510544c0af2bfcee95b07a4 /packages | |
parent | e398e9063c713cb73ea3cc19aecc8d9138d6acf9 (diff) |
ltp : Commit patch intended for earlier commit. from bug #2078.
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 |