X-Git-Url: https://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/c6fcc555dde2a50ac779d5871720a4f074322457..2d2a13966c74ffe86fc10abfbe1ac4c9798788ce:/test/test-lib.sh diff --git a/test/test-lib.sh b/test/test-lib.sh index e4398620..201d0ebb 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -746,6 +746,11 @@ notmuch_built_with_sanitize () sed 's/^built_with[.]\(.*\)=.*$/built_with.\1=something/' } +notmuch_config_sanitize () +{ + notmuch_dir_sanitize | notmuch_built_with_sanitize +} + # End of notmuch helper functions # Use test_set_prereq to tell that a particular prerequisite is available.