mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Don't compare identity, it'll never be different.
Jeremy. (This used to be commit 840369b5534eee21818b9d3677404b0fc60a0219)
This commit is contained in:
parent
0d0fddf8ae
commit
56b6b4a68f
@ -1469,7 +1469,7 @@ static bool test_delayed_write_update5(struct torture_context *tctx,
|
||||
|
||||
GET_INFO_BOTH(finfo3,pinfo3);
|
||||
COMPARE_WRITE_TIME_EQUAL(finfo3, finfo2);
|
||||
if (finfo3.basic_info.out.write_time == finfo3.basic_info.out.write_time) {
|
||||
if (finfo3.basic_info.out.write_time == finfo2.basic_info.out.write_time) {
|
||||
torture_comment(tctx, "Server did not update write_time (correct)\n");
|
||||
}
|
||||
|
||||
@ -1638,7 +1638,7 @@ again:
|
||||
|
||||
GET_INFO_BOTH(finfo3,pinfo3);
|
||||
COMPARE_WRITE_TIME_EQUAL(finfo3, finfo2);
|
||||
if (finfo3.basic_info.out.write_time == finfo3.basic_info.out.write_time) {
|
||||
if (finfo3.basic_info.out.write_time == finfo2.basic_info.out.write_time) {
|
||||
torture_comment(tctx, "Server did not update write_time (correct)\n");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user