From 1f2c760780607c00befea92971be7e3b09c4900c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 2 May 2022 22:06:43 +0200 Subject: Fix run/tests for macOS sed. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3