X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib.sh;h=09f87319d7d6e93c1d068ce01118b2c9471d5dff;hp=ac04b15a96ba1da2c1c36759a5b78c030602cd0e;hb=792bea5aff135107fd970f51f3ef8c65f68194de;hpb=bbf6069252d31e6693ee99cce8bf4f9fab47e360 diff --git a/test/test-lib.sh b/test/test-lib.sh index ac04b15a..09f87319 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -733,6 +733,12 @@ notmuch_uuid_sanitize () { sed 's/[0-9a-f]\{8\}-[0-9a-f]\{4\}-[0-9a-f]\{4\}-[0-9a-f]\{4\}-[0-9a-f]\{12\}/UUID/g' } + +notmuch_built_with_sanitize () +{ + sed 's/^built_with[.]\(.*\)=.*$/built_with.\1=something/' +} + # End of notmuch helper functions # Use test_set_prereq to tell that a particular prerequisite is available.