diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 69e40be..f248988 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -2,8 +2,6 @@ set -euxo pipefail -export BIBINPUTS=../ - function test() { prefix=${1} @@ -23,6 +21,7 @@ function test() { cd "$(dirname "${BASH_SOURCE[0]}")" cd paper +export BIBINPUTS=../../ test "paper" test "paper-short" echo "All tests passed."