OSDN Git Service

Document the reason why ether tests in testsuite may fail.
authorDenis Vlasenko <vda.linux@googlemail.com>
Fri, 6 Jun 2008 08:05:50 +0000 (08:05 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Fri, 6 Jun 2008 08:05:50 +0000 (08:05 -0000)
No code changes.

test/inet/tst-ethers-line.c
test/inet/tst-ethers.c

index c6e70e8..3b33874 100644 (file)
 
 #define ETHER_LINE_LEN 256
 
+/* This test requires /etc/ethers to exist
+ * and to have nonzero length
+ */
+
 int main(void)
 {
        struct ether_addr addr;
index eb6280c..14b5a43 100644 (file)
@@ -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;