tests: Fix paths for testsuite

make distcheck gets confused what is in srcdir and what is in
topdir

Signed-off-by: Craig Small <csmall@dropbear.xyz>
This commit is contained in:
Craig Small
2021-02-24 20:41:38 +11:00
parent 76a8d7b5cb
commit cce0e21e59
3 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,3 @@
#!/bin/sh
BASEDIR=$(dirname ${0})
${BASEDIR}/../../lib/test_fileutils > /dev/full
${PWD}/../lib/test_fileutils > /dev/full