]> Sergey Matveev's repositories - public-inbox.git/commit
t/v1reindex.t: Isolate the test cases
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 1 Aug 2018 16:43:33 +0000 (11:43 -0500)
committerEric Wong <e@80x24.org>
Thu, 2 Aug 2018 02:18:09 +0000 (02:18 +0000)
commit61d33536cdda6a9e6267161b25e7f8701501b34c
tree8346fa369b557a784dfd7e8e2e08871aeb22cbdf
parent9294716ecc685c7b21ec21e2dbbbeb2c8f62c477
t/v1reindex.t: Isolate the test cases

While inspecting the tests I realized that because we have been
reusing variables there can be a memory between one test case and
another.  Add scopes and local variables to prevent an unintended
memory between one test and another.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
t/v1reindex.t