Documentation updates (gedcom_init() function, move of utf8 example code
[gedcom-parse.git] / t / test_script
index cd943a33c6bd3f11fdd2b21dc44c827a31674b2f..ed62f9b31ffc403693ea457b6f01176438f493ce 100755 (executable)
@@ -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" ]