summaryrefslogtreecommitdiff
path: root/package/ltp/patches/patch-runltp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-05-15 20:55:53 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-05-15 20:55:53 +0200
commitd34b8dd978376576c2a94eb7c29d36fd356c65cf (patch)
treefcb3f43c85d36eb1141d59a2196dd4ab62602e41 /package/ltp/patches/patch-runltp
parent7b672c06bf68425e64c6b17c35e83534498f44fb (diff)
ltp: update to 20180515
Diffstat (limited to 'package/ltp/patches/patch-runltp')
-rw-r--r--package/ltp/patches/patch-runltp28
1 files changed, 0 insertions, 28 deletions
diff --git a/package/ltp/patches/patch-runltp b/package/ltp/patches/patch-runltp
deleted file mode 100644
index cd33cdd79..000000000
--- a/package/ltp/patches/patch-runltp
+++ /dev/null
@@ -1,28 +0,0 @@
---- ltp-full-20170929.orig/runltp 2017-09-29 17:11:53.000000000 +0200
-+++ ltp-full-20170929/runltp 2017-10-05 18:58:09.651416224 +0200
-@@ -77,7 +77,7 @@ setup()
- exit 1
- }
- export LTPROOT=${PWD}
-- export TMPBASE="/tmp"
-+ export TMPBASE="/opt/ltp/tmp"
- export PATH="${PATH}:${LTPROOT}/testcases/bin"
-
- export LTP_DEV_FS_TYPE="ext2"
-@@ -700,11 +700,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" ] && \