From 14f514134d9bd84e8ac4b8bda82f2429bc5d7dc4 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 18 Jun 2020 17:23:59 +0200 Subject: make tests/do.sh directory agnostic Signed-off-by: Toni Uhlig --- tests/do.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/do.sh b/tests/do.sh index 78e6216d9..63ef0c8bc 100755 --- a/tests/do.sh +++ b/tests/do.sh @@ -1,5 +1,7 @@ #!/bin/sh +cd "$(dirname "${0}")" + READER="../example/ndpiReader -p ../example/protos.txt -c ../example/categories.txt" RC=0 -- cgit v1.2.3