From 56fcdc9b6e695170a6fedf5380c3dab7e2c4fb0a Mon Sep 17 00:00:00 2001 From: Will Newton Date: Thu, 2 Jul 2009 16:54:41 +0100 Subject: ltp-testsuite: Bump version to 20090630. Closes #437 - Remove a few obsolete patches. - Add a patch to disable syscall tests unsupported by uClibc. - Add a patch to fix sched_getaffinity build. Signed-off-by: Will Newton Signed-off-by: Peter Korsgaard --- package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch (limited to 'package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch') diff --git a/package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch b/package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch deleted file mode 100644 index a6f98ac13..000000000 --- a/package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ltp-full-20061121/IDcheck.sh.orig 2006-12-07 22:31:29.000000000 -0700 -+++ ltp-full-20061121/IDcheck.sh 2006-12-07 22:32:58.000000000 -0700 -@@ -85,7 +85,7 @@ - fi - - whoami | grep root > /dev/null --if [ $? == "0" ]; then -+if [ $? = "0" ]; then - I_AM_ROOT=1 - fi - -- cgit v1.2.3