diff options
| author | David Bremner <david@tethera.net> | 2014-10-25 09:57:12 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-10-25 10:39:07 +0200 |
| commit | e32bb2009930e9daf0d8addfc584289abdd3332a (patch) | |
| tree | 51485ca907ea42ba11f90fd7747738b852e06452 | |
| parent | 1de97ee586cd3306b5fd7eb665db3f84061ed94b (diff) | |
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.
| -rw-r--r-- | test/test-lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-lib.sh b/test/test-lib.sh index 17deaaba..72559cce 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' } |
