mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-14 03:25:15 +01:00
test: kill '"filename": "signature.asc"' from json output
This starts to appear with emacs24.4, so we can't easily have it in our expected output.
This commit is contained in:
parent
1de97ee586
commit
e32bb20099
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue