Skip to content

Commit

Permalink
Fix BIBINPUTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Oct 14, 2023
1 parent 3a48e20 commit 15b7c2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -euxo pipefail

export BIBINPUTS=../

function test() {
prefix=${1}

Expand All @@ -23,6 +21,7 @@ function test() {
cd "$(dirname "${BASH_SOURCE[0]}")"

cd paper
export BIBINPUTS=../../
test "paper"
test "paper-short"
echo "All tests passed."

0 comments on commit 15b7c2a

Please sign in to comment.