From: Adam Dickmeiss Date: Tue, 29 May 2012 14:20:27 +0000 (+0200) Subject: More portable use of find X-Git-Tag: v1.6.15~18 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=42471f8940d33b0ffb1de1ed6afa602384f9d100;p=pazpar2-moved-to-github.git More portable use of find to make things work on Solaris --- diff --git a/test/run_pazpar2.sh b/test/run_pazpar2.sh index b221d10..ff03af6 100755 --- a/test/run_pazpar2.sh +++ b/test/run_pazpar2.sh @@ -153,7 +153,7 @@ if [ -z "$SKIP_PAZPAR2" ] ; then fi # clean out empty diff files -find . -name "$TEST*.dif" -empty -delete +find . -name "$TEST*.dif" -size 0c -print|xargs rm exit $code