diff options
Diffstat (limited to 'package/ltp/patches/patch-runltp')
-rw-r--r-- | package/ltp/patches/patch-runltp | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/package/ltp/patches/patch-runltp b/package/ltp/patches/patch-runltp index fa159a07b..569d93ee8 100644 --- a/package/ltp/patches/patch-runltp +++ b/package/ltp/patches/patch-runltp @@ -1,5 +1,5 @@ --- ltp-full-20140422.orig/runltp 2014-04-23 10:37:31.000000000 +0200 -+++ ltp-full-20140422/runltp 2014-07-07 22:30:06.069956961 +0200 ++++ ltp-full-20140422/runltp 2014-07-10 23:23:28.476220215 +0200 @@ -77,7 +77,7 @@ setup() exit 1 } @@ -9,3 +9,20 @@ export PATH="${PATH}:${LTPROOT}/testcases/bin" export LTP_DEV="" +@@ -671,11 +671,11 @@ main() + fi + + # check for required users and groups +- ${LTPROOT}/IDcheck.sh || \ +- { +- echo "WARNING: required users and groups not present" +- echo "WARNING: some test cases may fail" +- } ++ #${LTPROOT}/IDcheck.sh || \ ++ #{ ++ # echo "WARNING: required users and groups not present" ++ # echo "WARNING: some test cases may fail" ++ #} + + # display versions of installed software + [ -z "$QUIET_MODE" ] && \ |