From c4d638e3d21c71d45f4b99d9205996bd563cf681 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 13 Oct 2002 14:20:37 +0000 Subject: [PATCH] Correction for make distcheck. --- t/anselconv.test | 8 ++++---- t/src/test_gom | 2 +- t/src/test_script | 2 +- t/src/test_update | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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 diff --git a/t/src/test_gom b/t/src/test_gom index 39a2225..b3a9f73 100755 --- a/t/src/test_gom +++ b/t/src/test_gom @@ -35,7 +35,7 @@ else fi builddir=`pwd` -ltcmd="$srcdir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la -dlopen $builddir/../gom/libgedcom_gom.la" +ltcmd="$builddir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la -dlopen $builddir/../gom/libgedcom_gom.la" export GCONV_PATH=.:$GCONV_PATH ln -s $srcdir/../data/gedcom.enc . ln -s $builddir/../iconv/glibc/.libs/ANSI_Z39.47.so . diff --git a/t/src/test_script b/t/src/test_script index 90c2133..0061ce5 100755 --- a/t/src/test_script +++ b/t/src/test_script @@ -33,7 +33,7 @@ else fi builddir=`pwd` -ltcmd="$srcdir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la" +ltcmd="$builddir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la" export GCONV_PATH=.:$GCONV_PATH ln -s $srcdir/../data/gedcom.enc . ln -s $builddir/../iconv/glibc/.libs/ANSI_Z39.47.so . diff --git a/t/src/test_update b/t/src/test_update index 506f620..f2fea3c 100755 --- a/t/src/test_update +++ b/t/src/test_update @@ -30,7 +30,7 @@ else fi builddir=`pwd` -ltcmd="$srcdir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la" +ltcmd="$builddir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la" export GCONV_PATH=.:$GCONV_PATH ln -s $srcdir/../data/gedcom.enc . ln -s $srcdir/../data/new.ged . -- 2.30.2