X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=app%2Ftest%2Ftest_eal_fs.c;h=93d8a7fcfd6244f391d0ccfb13db86d162961a79;hp=438d4dcc6ab8f5b36478e08a18d28450c16bf888;hb=764bf26873b9;hpb=e9d48c0072d36eb6423b45fba4ec49d0def6c36f diff --git a/app/test/test_eal_fs.c b/app/test/test_eal_fs.c index 438d4dcc6a..93d8a7fcfd 100644 --- a/app/test/test_eal_fs.c +++ b/app/test/test_eal_fs.c @@ -53,6 +53,11 @@ test_parse_sysfs_value(void) unsigned valid_number; unsigned long retval = 0; +#ifdef RTE_EXEC_ENV_BSDAPP + /* BSD doesn't have /proc/pid/fd */ + return 0; +#endif + printf("Testing function eal_parse_sysfs_value()\n"); /* get a temporary filename to use for all tests - create temp file handle and then