about summary refs log tree commit diff stats
path: root/tests/test_common.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-19 02:11:52 +0000
committerJames Booth <boothj5@gmail.com>2014-01-19 02:11:52 +0000
commit10fb692f7f125c9f6000e9c5499fa3948949aaaa (patch)
tree7fe289a4b09776bbba79ab2e8792a7f13110531a /tests/test_common.c
parentc7325de0732cdb50ee8f339dc4f5a74ad30cc92f (diff)
downloadprofani-tty-10fb692f7f125c9f6000e9c5499fa3948949aaaa.tar.gz
Refactored testsuite for less verbose output
Diffstat (limited to 'tests/test_common.c')
-rw-r--r--tests/test_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_common.c b/tests/test_common.c
index 0d02bbd0..bcd421a0 100644
--- a/tests/test_common.c
+++ b/tests/test_common.c
@@ -46,7 +46,7 @@ void replace_two_substr(void **state)
 
     char *result = str_replace(string, sub, new);
 
-    assert_string_equal("it was a was string", result);
+    assert_string_equal("it was a was string ssss", result);
 }
 
 void replace_char(void **state)