X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=t%2Fanselconv.test;fp=t%2Fanselconv.test;h=59cae594e4985f32ff4f63ef4d4a4b513138713f;hb=c4d638e3d21c71d45f4b99d9205996bd563cf681;hp=c4437a6f56d6746dcca0c59abf78ac06d8902670;hpb=6fa76a219900bbd5a9f15265ee1e5fff43328185;p=gedcom-parse.git diff --git a/t/anselconv.test b/t/anselconv.test index c4437a6..59cae59 100755 --- a/t/anselconv.test +++ b/t/anselconv.test @@ -20,14 +20,14 @@ then fi echo "Testing conversion from ANSEL to UTF-8" >> testgedcom.out -iconv -f ANSEL -t UTF-8 input/ansel.ged > anselutf8.out -if ! diff input/anselutf8.ged anselutf8.out >> testgedcom.out +iconv -f ANSEL -t UTF-8 $srcdir/input/ansel.ged > anselutf8.out +if ! diff $srcdir/input/anselutf8.ged anselutf8.out >> testgedcom.out then retval=1 else echo "Testing conversion from UTF-8 to ANSEL" >> testgedcom.out - iconv -f UTF-8 -t ANSEL input/anselutf8.ged > ansel.out - if ! diff input/ansel.ged ansel.out >> testgedcom.out + iconv -f UTF-8 -t ANSEL $srcdir/input/anselutf8.ged > ansel.out + if ! diff $srcdir/input/ansel.ged ansel.out >> testgedcom.out then retval=1 fi