]> Sergey Matveev's repositories - public-inbox.git/commit
t/import: quiet warning, clobber variable
authorEric Wong <e@yhbt.net>
Thu, 16 Jul 2020 21:54:24 +0000 (21:54 +0000)
committerEric Wong <e@yhbt.net>
Fri, 17 Jul 2020 18:54:59 +0000 (18:54 +0000)
commitf5efd110aab302b4eee83bd260dd9edac420539f
treed945a7ee151df27acba5348141f30a593c394ba0
parent2ca7db34a51b858c9d7f6f7366afb9fffee86b6e
t/import: quiet warning, clobber variable

The eval in key2sub via t/run.perl ("make check-run") won't
trigger the warning, but running "prove -bvw t/import.t"
directly, does.  In any case, ensure the contents of this
variable doesn't linger across runs.
t/import.t