]> Sergey Matveev's repositories - public-inbox.git/commit
tests: use strict everywhere
authorEric Wong <e@80x24.org>
Sun, 24 Nov 2019 00:22:22 +0000 (00:22 +0000)
committerEric Wong <e@80x24.org>
Sun, 24 Nov 2019 21:33:28 +0000 (21:33 +0000)
commit6b071c721412bc1c8e3fae7d85b22bd5f87ca9fb
treec1463dc1590059805768d5b59d35b06ec5cd5756
parent9bd294a216c0cd2fd013afd6ff047848d35d76aa
tests: use strict everywhere

The "strict" pragma makes code easier to debug, and we had
undeclared variables as a result in t/watch_maildir_v2.t.
So use it everywhere to be consistent with the rest of our
code.
t/mid.t
t/qspawn.t
t/watch_maildir.t
t/watch_maildir_v2.t