From 46ed72bc448eb293a9ed2492ac254acc676699fd Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Wed, 2 Jan 2002 12:24:29 +0000 Subject: [PATCH] Return proper exit code. --- t/test_script | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/test_script b/t/test_script index c45478e..cec9792 100755 --- a/t/test_script +++ b/t/test_script @@ -11,4 +11,6 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$builddir/../gedcom/.libs cp $builddir/../ansel/.libs/ANSI_Z39.47.so ansel echo "=== testing $file" $builddir/../testgedcom -2 t/$file +result=$? rm ansel/ANSI_Z39.47.so +exit $result -- 2.30.2