Skip to content

Commit

Permalink
[Template merge] Make tag_test VPATH safe - combined lexicon.lexc is …
Browse files Browse the repository at this point in the history
…in the build dir
  • Loading branch information
snomos committed Sep 24, 2024
1 parent cdd3c21 commit 2a3175c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fst/morphology/test/tag_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if ! test -x "$testrunner" ; then
echo "missing test runner in $testrunner"
exit 77
fi
lexc=$srcdir/../lexicon.lexc
lexc=../lexicon.lexc
if ! test -f $lexc ; then
echo combined $lexc missing or disappeared
exit 1
Expand Down

0 comments on commit 2a3175c

Please sign in to comment.