Subject: | Test::Valgrind tests fail when not running as root |
Valgrind tests should detect if running as root so as to not fail
certain tests.
For example:
Failed 1/5 subtests
Test Summary Report
-------------------
t/20-good.t (Wstat: 512 Tests: 5 Failed: 2)
Failed tests: 2, 5
Non-zero exit status: 2
t/30-bad.t (Wstat: 256 Tests: 5 Failed: 1)
Failed test: 5
Non-zero exit status: 1
These tests passed when run as root.