From: Dennis Schafroth Date: Fri, 20 Apr 2012 09:20:26 +0000 (+0200) Subject: Clean out empty dif files X-Git-Tag: v1.6.13~23^2~7 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=946cb4dbcb08fd17b6245acfc0da2b467b7449e6;p=pazpar2-moved-to-github.git Clean out empty dif files --- diff --git a/test/run_pazpar2.sh b/test/run_pazpar2.sh index ac1521b..9919019 100755 --- a/test/run_pazpar2.sh +++ b/test/run_pazpar2.sh @@ -151,6 +151,9 @@ if [ -z "$SKIP_PAZPAR2" ] ; then sleep 2 fi +# clean out empty diff files +find . -name "$TEST*.dif" -empty -delete + exit $code # Local Variables: