[LTP] [PATCH] Cross-compile configure bug

2009-08-19 Thread Garrett Cooper
Hi, Found this bug while trying to cross-compile with the openhpi-test-suite in LTP, and made the ERROR into WARN. Please fix this item as per the attached patch. Thanks, -Garrett PS Please CC my address in all correspondence w.r.t. this email thread. Summary: 1. int != 4 shouldn't be checke

[LTP] fix mail_tests for systems without mail installed

2009-08-19 Thread Paul Larson
mail_tests should return tconf instead of tfail if mail is not installed. Signed-off-by: Paul Larson --- diff --git a/testcases/commands/mail/mail_tests.sh b/testcases/commands/mail/mail_tests.sh index 7458944..0959a0c 100755 --- a/testcases/commands/mail/mail_tests.sh +++ b/testcases/commands/ma

[LTP] fix for file_test for systems without rpm installed

2009-08-19 Thread Paul Larson
Here's the fixed version, forgot I needed to redo these... If you run file_test.sh on a system without rpm installed, it should return tconf instead of tfail. Signed-off-by: Paul Larson --- diff --git a/testcases/commands/ade/file/file_test.sh b/testcases/commands/ade/file/file_test.sh index 4f