summaryrefslogtreecommitdiff
path: root/test/inet/tst-ethers.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/inet/tst-ethers.c')
-rw-r--r--test/inet/tst-ethers.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/inet/tst-ethers.c b/test/inet/tst-ethers.c
index eb6280c3f..14b5a4378 100644
--- a/test/inet/tst-ethers.c
+++ b/test/inet/tst-ethers.c
@@ -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;