]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/*.t: avoid sharing "my" variables in subs
authorEric Wong <e@80x24.org>
Wed, 18 Dec 2019 03:36:43 +0000 (03:36 +0000)
committerEric Wong <e@80x24.org>
Thu, 19 Dec 2019 03:59:17 +0000 (03:59 +0000)
These usages of file-local global variables make the *.t files
incompatible with run_script().  Instead, use anonymous subs,
"our", or pass the parameter as appropriate.


No differences found