From 93b6671b5b1b12ff0a36370a9874afc7bb1704ef Mon Sep 17 00:00:00 2001 From: Sjur N Moshagen Date: Tue, 24 Sep 2024 13:41:23 +0300 Subject: [PATCH] [Template merge] Make tag_test VPATH safe - combined lexicon.lexc is in the build dir --- src/fst/morphology/test/tag_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fst/morphology/test/tag_test.sh b/src/fst/morphology/test/tag_test.sh index c83608a3..fc86b50c 100755 --- a/src/fst/morphology/test/tag_test.sh +++ b/src/fst/morphology/test/tag_test.sh @@ -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