mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
tests/sys/net/routing: remove bandaid against old epair(4) panic
This commit is contained in:
parent
942d05e3b8
commit
929ff66ad3
@ -159,8 +159,6 @@ config_generic_cleanup(const atf_tc_t *tc)
|
||||
char cmd[512];
|
||||
int ret;
|
||||
|
||||
/* XXX: sleep 100ms to avoid epair qflush panic */
|
||||
usleep(1000 * 100);
|
||||
snprintf(cmd, sizeof(cmd), "%s/generic_cleanup.sh", srcdir);
|
||||
ret = system(cmd);
|
||||
if (ret != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user