X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2Ftest_script;h=ed62f9b31ffc403693ea457b6f01176438f493ce;hb=960e063dcab7beb1f75a4ff5e05a1035a6499af5;hp=cd943a33c6bd3f11fdd2b21dc44c827a31674b2f;hpb=65d9238580688605c38a0df217708395c2e77c1f;p=gedcom-parse.git diff --git a/t/test_script b/t/test_script index cd943a3..ed62f9b 100755 --- a/t/test_script +++ b/t/test_script @@ -25,7 +25,7 @@ cd $srcdir/.. export GCONV_PATH=./ansel:$GCONV_PATH export LD_LIBRARY_PATH=$builddir/../gedcom/.libs:$LD_LIBRARY_PATH cp $builddir/../ansel/.libs/ANSI_Z39.47.so ansel -$builddir/../testgedcom $options t/input/$file +$builddir/testgedcom $options t/input/$file result=$? rm ansel/ANSI_Z39.47.so if [ "$result" -eq "$expected_result" ]