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
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
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