diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-04-14 11:32:04 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-04-14 11:32:04 +0200 |
commit | 7361899e80c1001eb7d7c13b12ba72cbc3b758f2 (patch) | |
tree | b8e7547f0981c487e328b1aad996850a5378fe35 /source4/torture/basic | |
parent | 275f32ae2df333c089343dd20fc4efee1bed2b7b (diff) | |
parent | 2bb20aa8a8ff1170fd4d2a349a421990b0d7c235 (diff) | |
download | samba-7361899e80c1001eb7d7c13b12ba72cbc3b758f2.tar.gz samba-7361899e80c1001eb7d7c13b12ba72cbc3b758f2.tar.bz2 samba-7361899e80c1001eb7d7c13b12ba72cbc3b758f2.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit 068c973dbeed5b0f5ccab4f780ae7db3535f5910)
Diffstat (limited to 'source4/torture/basic')
-rw-r--r-- | source4/torture/basic/base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/basic/base.c b/source4/torture/basic/base.c index ac71d14116..3a3a7c2fd5 100644 --- a/source4/torture/basic/base.c +++ b/source4/torture/basic/base.c @@ -590,7 +590,7 @@ static bool rw_torture2(struct torture_context *tctx, break; } - torture_assert(tctx, memcmp(buf_rd, buf, buf_size) == 0, + torture_assert_mem_equal(tctx, buf_rd, buf, buf_size, "read/write compare failed\n"); } |