diff options
| author | David Bremner <david@tethera.net> | 2020-04-12 23:01:38 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-04-13 17:14:50 -0300 |
| commit | 690e36bacd5e53c45775586024ca70f069ca68ad (patch) | |
| tree | b88811c87f3f5748b186afb55cdde8b2d04387aa /test | |
| parent | 24ff33082ab1a35c7a31835fba80ade145596422 (diff) | |
cli/dump: replace use of gzprintf with gzputs for config values
These can be large, and hit buffer limitations of gzprintf.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T600-named-queries.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T600-named-queries.sh b/test/T600-named-queries.sh index 852f7530..421a11d4 100755 --- a/test/T600-named-queries.sh +++ b/test/T600-named-queries.sh @@ -37,7 +37,6 @@ EOF test_expect_equal_file QUERIES.BEFORE OUTPUT test_begin_subtest 'dumping large queries' -test_subtest_known_broken # This value is just large enough to trigger a limitation of gzprintf # to 8191 bytes in total (by default). repeat=1329 |
