diff --git a/src/fst/morphology/test/tag_test.sh b/src/fst/morphology/test/tag_test.sh index c83608a..fc86b50 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