Skip to content
Snippets Groups Projects
Commit f9698d79 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite/T7275: Use sed -r

Darwin requires the `-r` flag to be compatible with GNU sed.

(cherry picked from commit 512338c8)
parent ddd2591c
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ T7275:
# Suzanne should appear here, despite having produced only pinned
# allocations. Strip off the actual amounts and cost-center numbers since
# they will be non-determinstic.
grep suzanne T7275.hp | cut -f1 -d' ' | sed -e 's/([0-9]\+)//'
grep suzanne T7275.hp | cut -f1 -d' ' | sed -re 's/\([0-9]+\)//'
.PHONY: T11489
T11489:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment