From d71003feb932ad8204cb54d4f7285c1a8c320426 Mon Sep 17 00:00:00 2001
From: Virgile Prevosto <virgile.prevosto@m4x.org>
Date: Tue, 1 Dec 2020 16:44:03 +0100
Subject: [PATCH] [tests] do not force sed to be in /bin

---
 tests/test_config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_config b/tests/test_config
index bca199dd..66a5b154 100644
--- a/tests/test_config
+++ b/tests/test_config
@@ -3,4 +3,4 @@ MACRO: CXX -cxx-c++stdlib-path share/libc++ -cxx-clang-command="bin/framaCIRGen"
 MACRO: EVA -eva -eva-msg-key=-summary
 MACRO: WP -wp -wp-par 1 -wp-session tests/wp-cache -wp-cache update -wp-msg-key shell
 OPT:-print -check @CXX@
-FILTER:/bin/sed  -e "s|${FRAMAC_SHARE}|FRAMAC_SHARE|g" -e "s|$(pwd)/||g"
+FILTER:sed  -e "s|${FRAMAC_SHARE}|FRAMAC_SHARE|g" -e "s|$(pwd)/||g"
-- 
GitLab