aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/all.sh2
-rw-r--r--tests/run.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/all.sh b/tests/all.sh
index 4ff3688..70776cf 100644
--- a/tests/all.sh
+++ b/tests/all.sh
@@ -1,7 +1,5 @@
set -e
-export p4dcc="../../../p4dcc"
-
rm -rf tests/tmp
mkdir -p tests/tmp
for i in $(seq 1 999); do
diff --git a/tests/run.sh b/tests/run.sh
index d92cc29..2a5d9be 100644
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -1,6 +1,6 @@
set -e
-export p4dcc="../../../p4dcc"
+export p4dcc="../../../$BIN"
export testcase=$1
export tmp_dir="tests/tmp/$testcase"