X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT160-json.sh;h=e8b75605fd2a391eaa0c51351d8f8bd6e0d80499;hp=d975efa7191e69b3edf251aced2a6c8084c30dcc;hb=b46d842782527b206e139edd00ab1ac896b5a23b;hpb=b96ccdf336243ccf5dd44bd26febf8c12fe17ad2 diff --git a/test/T160-json.sh b/test/T160-json.sh index d975efa7..e8b75605 100755 --- a/test/T160-json.sh +++ b/test/T160-json.sh @@ -65,6 +65,9 @@ test_expect_equal_json "$output" "[{\"thread\": \"XXX\", \"unread\"]}]" test_begin_subtest "Search message: json, 64-bit timestamp" +if [ $NOTMUCH_HAVE_64BIT_TIME_T -ne 1 ]; then + test_subtest_known_broken +fi add_message "[subject]=\"json-search-64bit-timestamp-subject\"" "[date]=\"Tue, 01 Jan 2999 12:00:00 -0000\"" "[body]=\"json-search-64bit-timestamp-message\"" output=$(notmuch search --format=json "json-search-64bit-timestamp-message" | notmuch_search_sanitize) test_expect_equal_json "$output" "[{\"thread\": \"XXX\",