diff options
author | Will Newton <will.newton@gmail.com> | 2009-07-02 16:54:41 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-08-02 22:20:28 +0200 |
commit | 56fcdc9b6e695170a6fedf5380c3dab7e2c4fb0a (patch) | |
tree | b69f43f6fec25180c4fdef3ce9a97a47e5c6e052 /package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch | |
parent | 81f9990e021011146537c106190116d728477329 (diff) | |
download | buildroot-novena-56fcdc9b6e695170a6fedf5380c3dab7e2c4fb0a.tar.gz buildroot-novena-56fcdc9b6e695170a6fedf5380c3dab7e2c4fb0a.zip |
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 <will.newton@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch')
-rw-r--r-- | package/ltp-testsuite/ltp-testsuite-sh-is-not-C-code.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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 - |