diff options
| author | Austin Clements <amdragon@MIT.EDU> | 2012-08-02 21:14:48 -0400 |
|---|---|---|
| committer | David Bremner <bremner@debian.org> | 2012-08-03 20:16:45 -0300 |
| commit | 624d1897ce70fde8a41f2ea245db2a5e27f16ce1 (patch) | |
| tree | e43517ee1bae30bc4e73ccf3e6c7e223d14f633e /test/maildir-sync | |
| parent | a34bb1f9fad7c547eec5c254ce8274f190491186 (diff) | |
test: Remove unnecessary JSON canonicalization
Format canonicalization of JSON output is no longer necessary, so
remove it. Value canonicalization (e.g., normalizing thread IDs) is
still necessary, so all of the sanitization functions remain.
Diffstat (limited to 'test/maildir-sync')
| -rwxr-xr-x | test/maildir-sync | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/maildir-sync b/test/maildir-sync index b748d040..cd7d2418 100755 --- a/test/maildir-sync +++ b/test/maildir-sync @@ -7,7 +7,6 @@ test_description="maildir synchronization" # Avoid including the local value of MAIL_DIR in the result. filter_show_json() { sed -e "s|${MAIL_DIR}/|MAIL_DIR/|" - echo } # Create the expected maildir structure |
