mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
5 lines
107 B
Bash
5 lines
107 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
${builddir:-.}/src/test/test_workqueue \
|
||
|
--no-eventfd2 --no-pipe2 --no-pipe --no-socketpair
|