tests: use stderr_like() instead of home-grown STDERR capturing
commitbca711fac20e478b91652d300b92e5ebd807bb23
authorAdam Spiers <stow@adamspiers.org>
Sat, 6 Apr 2024 10:12:15 +0000 (6 11:12 +0100)
committerAdam Spiers <stow@adamspiers.org>
Sat, 6 Apr 2024 10:33:18 +0000 (6 11:33 +0100)
treef85581bf0f5fc674395910915917e30ae1f14a75
parentebfbb6cc13c067ac8fb97d7700b4febf5b9a16e8
tests: use stderr_like() instead of home-grown STDERR capturing

The STDERR capturing in testutil just reinvents Test::Output which
we already use in chkstow.t, so it's pointless to reinvent that wheel.
t/stow.t
t/testutil.pm
t/unstow.t
t/unstow_orig.t