summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-02 22:06:43 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-04 19:37:38 +0200
commit1f2c760780607c00befea92971be7e3b09c4900c (patch)
tree0ef6f8078398b9d6c0e6daa44e26ad38990c286b
parent9a947571edec16a85830837b7b149e1ea2776bac (diff)
Fix run/tests for macOS sed.
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
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