summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/torture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 090f08c160..327212c6be 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -2130,7 +2130,6 @@ static BOOL run_trans2test(int dummy)
printf("create time=%s", ctime(&c_time));
printf("modify time=%s", ctime(&m_time));
printf("This system appears to have sticky create times\n");
- correct = False;
}
if (a_time % (60*60) == 0) {
printf("access time=%s", ctime(&a_time));