Browse Source

run-test.sh: chdir to the right directory before

master
Matthieu Moy 6 years ago
parent
commit
938b35fc02
  1. 2
      tests/bib/run-test.sh

2
tests/bib/run-test.sh

@ -12,6 +12,8 @@ cleanup () {
trap cleanup 2 trap cleanup 2
cd "$(dirname "$0")"
perl -pi -e 's/New/Uncommited/g' test.tex test.bib perl -pi -e 's/New/Uncommited/g' test.tex test.bib
old=b9a200a6a0c45d6c594cb3c5473edd81a7edb52c old=b9a200a6a0c45d6c594cb3c5473edd81a7edb52c
new=cbce899ba408849a471461bb9b5d648bf02039ef new=cbce899ba408849a471461bb9b5d648bf02039ef

Loading…
Cancel
Save