From: Carl Hetherington Date: Mon, 2 May 2022 20:06:43 +0000 (+0200) Subject: Fix run/tests for macOS sed. X-Git-Tag: v1.8.19~26 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=1f2c760780607c00befea92971be7e3b09c4900c;p=libdcp.git Fix run/tests for macOS sed. --- diff --git a/run/tests b/run/tests index 1b1a287b..68069416 100755 --- a/run/tests +++ b/run/tests @@ -136,7 +136,7 @@ for d in `find $work/private/metadata -mindepth 1 -maxdepth 1 -type d | sort -f done # Fudge the output -sed -i "s/DCP: build\/test/DCP: test/g" $work/info2.log +sed -i -e "s/DCP: build\/test/DCP: test/g" $work/info2.log # And check it diff -q $work/info2.log $private/info2.log