diff options
| author | David Bremner <david@tethera.net> | 2017-04-04 21:36:29 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-04-06 14:37:02 -0300 |
| commit | ec3937b5cd2884504d5536dc8631a15fd506050b (patch) | |
| tree | 9158c071262416c5aa9bf184c3fde508dfe4fee7 /test/T350-crypto.sh | |
| parent | 33e58021958f8069ad46d7bd05cf586676fb6ae7 (diff) | |
test: standardize argument order to test_expect_equal_file
It is annoying to debug failing tests when the interpretation of the
diffs is reversed for some tests.
Diffstat (limited to 'test/T350-crypto.sh')
| -rwxr-xr-x | test/T350-crypto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T350-crypto.sh b/test/T350-crypto.sh index 3cf644df..b7d3a2cf 100755 --- a/test/T350-crypto.sh +++ b/test/T350-crypto.sh @@ -233,7 +233,7 @@ notmuch show \ --part=5 \ --decrypt \ subject:"test encrypted message 001" >OUTPUT -test_expect_equal_file OUTPUT TESTATTACHMENT +test_expect_equal_file TESTATTACHMENT OUTPUT test_begin_subtest "decryption failure with missing key" mv "${GNUPGHOME}"{,.bak} |
