svn commit: trunk/uClibc/test/inet
vda at uclibc.org
vda at uclibc.org
Fri Jun 6 08:05:50 UTC 2008
Author: vda
Date: 2008-06-06 01:05:50 -0700 (Fri, 06 Jun 2008)
New Revision: 22246
Log:
Document the reason why ether tests in testsuite may fail.
No code changes.
Modified:
trunk/uClibc/test/inet/tst-ethers-line.c
trunk/uClibc/test/inet/tst-ethers.c
Changeset:
Modified: trunk/uClibc/test/inet/tst-ethers-line.c
===================================================================
--- trunk/uClibc/test/inet/tst-ethers-line.c 2008-06-06 07:45:08 UTC (rev 22245)
+++ trunk/uClibc/test/inet/tst-ethers-line.c 2008-06-06 08:05:50 UTC (rev 22246)
@@ -13,6 +13,10 @@
#define ETHER_LINE_LEN 256
+/* This test requires /etc/ethers to exist
+ * and to have nonzero length
+ */
+
int main(void)
{
struct ether_addr addr;
Modified: trunk/uClibc/test/inet/tst-ethers.c
===================================================================
--- trunk/uClibc/test/inet/tst-ethers.c 2008-06-06 07:45:08 UTC (rev 22245)
+++ trunk/uClibc/test/inet/tst-ethers.c 2008-06-06 08:05:50 UTC (rev 22246)
@@ -3,6 +3,11 @@
#define ETHER_LINE_LEN 256
+/* This test requires /etc/ethers to exist
+ * and to have host "teeth". For example:
+ * 00:11:22:33:44:55 teeth
+ */
+
int main(void)
{
struct ether_addr addr;
More information about the uClibc-cvs
mailing list