]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: test-istream-try - Fix test name
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 10 Sep 2020 07:16:35 +0000 (10:16 +0300)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 10 Sep 2020 07:16:35 +0000 (10:16 +0300)
src/lib/test-istream-try.c

index afad516e9dcde865c3a672d057ef88d06502b35d..888e00f64744dac1a0189ba732f5fcb91ceb7e67 100644 (file)
@@ -156,7 +156,7 @@ static void test_istream_try_buffer_full(void)
        const char *test_strings[] = { "Zm9v", "YmFy" };
        struct istream *test_inputs[3], *try_input, *input, *input2;
 
-       test_begin("istream try");
+       test_begin("istream try buffer full");
 
        for (unsigned int i = 0; i < 2; i++) {
                input = test_istream_create(test_strings[i]);