summaryrefslogtreecommitdiffstats
path: root/test/pattern/comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/pattern/comp.c')
-rw-r--r--test/pattern/comp.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/test/pattern/comp.c b/test/pattern/comp.c
index 0f068ae9d..4be9c869b 100644
--- a/test/pattern/comp.c
+++ b/test/pattern/comp.c
@@ -268,9 +268,9 @@ void test_mutt_pattern_comp(void)
{
char s2[1024];
canonical_pattern(s2, &expected, 0);
- TEST_MSG("Expected:\n%s", s2);
+ TEST_MSG("Expected:%s", s2);
canonical_pattern(s2, pat, 0);
- TEST_MSG("Actual:\n%s", s2);
+ TEST_MSG("Actual:%s", s2);
}
char *msg = "";
@@ -310,9 +310,9 @@ void test_mutt_pattern_comp(void)
{
char s2[1024];
canonical_pattern(s2, &expected, 0);
- TEST_MSG("Expected:\n%s", s2);
+ TEST_MSG("Expected:%s", s2);
canonical_pattern(s2, pat, 0);
- TEST_MSG("Actual:\n%s", s2);
+ TEST_MSG("Actual:%s", s2);
}
char *msg = "";
@@ -383,9 +383,9 @@ void test_mutt_pattern_comp(void)
{
char s2[1024];
canonical_pattern(s2, &expected, 0);
- TEST_MSG("Expected:\n%s", s2);
+ TEST_MSG("Expected:%s", s2);
canonical_pattern(s2, pat, 0);
- TEST_MSG("Actual:\n%s", s2);
+ TEST_MSG("Actual:%s", s2);
}
char *msg = "";
@@ -456,9 +456,9 @@ void test_mutt_pattern_comp(void)
{
char s2[1024];
canonical_pattern(s2, &expected, 0);
- TEST_MSG("Expected:\n%s", s2);
+ TEST_MSG("Expected:%s", s2);
canonical_pattern(s2, pat, 0);
- TEST_MSG("Actual:\n%s", s2);
+ TEST_MSG("Actual:%s", s2);
}
char *msg = "";
@@ -529,9 +529,9 @@ void test_mutt_pattern_comp(void)
{
char s2[1024];
canonical_pattern(s2, &expected, 0);
- TEST_MSG("Expected:\n%s", s2);
+ TEST_MSG("Expected:%s", s2);
canonical_pattern(s2, pat, 0);
- TEST_MSG("Actual:\n%s", s2);
+ TEST_MSG("Actual:%s", s2);
}
char *msg = "";
@@ -615,9 +615,9 @@ void test_mutt_pattern_comp(void)
{
char s2[1024];
canonical_pattern(s2, &expected, 0);
- TEST_MSG("Expected:\n%s", s2);
+ TEST_MSG("Expected:%s", s2);
canonical_pattern(s2, pat, 0);
- TEST_MSG("Actual:\n%s", s2);
+ TEST_MSG("Actual:%s", s2);
}
char *msg = "";
@@ -716,9 +716,9 @@ void test_mutt_pattern_comp(void)
{
char s2[1024];
canonical_pattern(s2, &expected, 0);
- TEST_MSG("Expected:\n%s", s2);
+ TEST_MSG("Expected:%s", s2);
canonical_pattern(s2, pat, 0);
- TEST_MSG("Actual:\n%s", s2);
+ TEST_MSG("Actual:%s", s2);
}
char *msg = "";