]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.sh
NEWS: add minimal news item for 0.18.2
[notmuch] / test / test-lib.sh
index 17deaaba0d5d880df237694430743c4304e7554d..72559cce303f5f268d7e8eb239ca1df4726aba6d 100644 (file)
@@ -690,6 +690,7 @@ notmuch_json_show_sanitize ()
     sed \
        -e 's|"id": "[^"]*",|"id": "XXXXX",|g' \
        -e 's|"Date": "Fri, 05 Jan 2001 [^"]*0000"|"Date": "GENERATED_DATE"|g' \
+       -e 's|"filename": "signature.asc",||g' \
        -e 's|"filename": "/[^"]*",|"filename": "YYYYY",|g' \
        -e 's|"timestamp": 97.......|"timestamp": 42|g'
 }