diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-06-23 17:15:44 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-06-23 17:23:56 +0200 |
commit | 39800c88fa9d72716ebb3fdb892c92cbac602a7e (patch) | |
tree | 5d25aa6a8c0a97aab73695db9bd6b15657b2beb3 /tests | |
parent | d9af1562f00d2b9ac9fe5f4e745a84164656fea1 (diff) |
Fixed unitialized values in ndpiReader protocol detection bitmask during dga selftest.
* make ./tests/vagrind_test.sh directory agnostic
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/vagrind_test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/vagrind_test.sh b/tests/vagrind_test.sh index aa04dab40..01d76e6a4 100755 --- a/tests/vagrind_test.sh +++ b/tests/vagrind_test.sh @@ -1,5 +1,7 @@ #!/bin/sh +cd "$(dirname "${0}")" + READER="valgrind -q --leak-check=full ../example/ndpiReader -p ../example/protos.txt -c ../example/categories.txt" RC=0 |