]> Sergey Matveev's repositories - public-inbox.git/commit
t/v2reindex.t: Isolate the test cases more
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 1 Aug 2018 16:43:34 +0000 (11:43 -0500)
committerEric Wong <e@80x24.org>
Thu, 2 Aug 2018 02:18:10 +0000 (02:18 +0000)
commitfd50b4bb72711f6a9e1bc911bb5e63b3732cb74e
treeb30c59f16644629754549f281ad19510a4a3b8d9
parent61d33536cdda6a9e6267161b25e7f8701501b34c
t/v2reindex.t: Isolate the test cases more

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 cases.

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