From 19105c89890df80b4cceea9849966d4f3c4d9c71 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Fri, 16 Aug 2002 18:39:23 +0000 Subject: [PATCH] Check also for core file. --- t/test_script | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/test_script b/t/test_script index c5b6815..ae0aea2 100755 --- a/t/test_script +++ b/t/test_script @@ -37,10 +37,11 @@ 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 +rm -f core $builddir/testgedcom $options $testfile result=$? rm ansel/ANSI_Z39.47.so -if [ "$result" -eq "$expected_result" ] +if [ "$result" -eq "$expected_result" -a ! -r core ] then exit 0 else -- 2.30.2