More portable use of find
[pazpar2-moved-to-github.git] / test / run_pazpar2.sh
index b221d10..ff03af6 100755 (executable)
@@ -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