From ccf3a62c9f52d9e968dd5a24e089b4e4a9962edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Mon, 25 Jan 2016 10:40:30 +0000 Subject: tests: conntrack: use local conntrack binary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The binary under test should be the one, this ensures that it is in sync with the tests performed, and that users who build from source, can test the binary prior to `make install`. Signed-off-by: Asbjørn Sloth Tønnesen Signed-off-by: Pablo Neira Ayuso --- tests/conntrack/test-conntrack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/conntrack/test-conntrack.c b/tests/conntrack/test-conntrack.c index cd4ba1e..76ab051 100644 --- a/tests/conntrack/test-conntrack.c +++ b/tests/conntrack/test-conntrack.c @@ -17,7 +17,7 @@ #include #include -#define CT_PROG "/usr/sbin/conntrack" +#define CT_PROG "../../src/conntrack" int main() { -- cgit v1.2.3