From 426cb7398307fcc274fe807afec344e089901f85 Mon Sep 17 00:00:00 2001 From: Tomasz Grabiec Date: Thu, 16 Apr 2015 09:58:51 +0200 Subject: [PATCH] tests: Fix misspelled path to bytes_ostream_test in test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 4624eae58e..16f68f6675 100755 --- a/test.py +++ b/test.py @@ -29,7 +29,7 @@ boost_tests = [ 'sstring_test', 'output_stream_test', 'httpd', - 'urchin/scattered_buffer_test', + 'urchin/bytes_ostream_test', 'urchin/types_test', 'urchin/keys_test', 'urchin/mutation_test',