summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-11-04 04:49:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:24:49 -0500
commit9014fe198d79a6d628b3f566ef72978ae0fa9488 (patch)
tree7f582df4d3d7de6abf316bfc425432a6ecb34fb2 /source4/torture
parentc24b7a045aee5e21e0626da29faf4c91b4f8fa8b (diff)
downloadsamba-9014fe198d79a6d628b3f566ef72978ae0fa9488.tar.gz
samba-9014fe198d79a6d628b3f566ef72978ae0fa9488.tar.bz2
samba-9014fe198d79a6d628b3f566ef72978ae0fa9488.zip
r19550: the sense of this test was wrong
(This used to be commit 4dcc26d0a67ec4a611e789b299a1db7ecf297e66)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/local/iconv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/local/iconv.c b/source4/torture/local/iconv.c
index 75a0945d93..9ef1849e43 100644
--- a/source4/torture/local/iconv.c
+++ b/source4/torture/local/iconv.c
@@ -313,7 +313,7 @@ static bool test_first_1m(struct torture_context *tctx)
}
if (codepoint % 1000 == 0) {
- if (!torture_setting_bool(tctx, "progress", True)) {
+ if (torture_setting_bool(tctx, "progress", True)) {
torture_comment(tctx, "codepoint=%u \r", codepoint);
}
}
@@ -333,7 +333,7 @@ static bool test_random_5m(struct torture_context *tctx)
unsigned int c;
if (i % 1000 == 0) {
- if (!torture_setting_bool(tctx, "progress", true)) {
+ if (torture_setting_bool(tctx, "progress", true)) {
torture_comment(tctx, "i=%u \r", i);
}
}