X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib.sh;h=53db9caa5f9860ec1cb135032bb7a58f88f2fcce;hp=b9b8fe8ca6ad71a3f62a5d265ad1b97bef9e8b0a;hb=ce44657c9e4919b1e4bbbbbe37dbd72257d40736;hpb=38240d106139da8324c2a858fa3102d58378b09a diff --git a/test/test-lib.sh b/test/test-lib.sh index b9b8fe8c..53db9caa 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -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' }