Page MenuHomePhabricator

Remove redundant testutil files
ClosedPublic

Authored by Fabien on Dec 30 2018, 17:01.

Details

Summary

The only function in testutil.cpp, GetTempPath() simply called
fs::temp_directory_path() directly. This just tidies things up by
removing that redundant function and the file containing it.

Backport of PR11234

Test Plan
make check
ninja check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR11234
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4390
Build 6845: Bitcoin ABC Buildbot (legacy)
Build 6844: arc lint + arc unit

Event Timeline

deadalnix requested changes to this revision.Dec 30 2018, 19:02

You need to update the cmake build as well.

This revision now requires changes to proceed.Dec 30 2018, 19:02
This revision is now accepted and ready to land.Dec 31 2018, 14:21
This revision was automatically updated to reflect the committed changes.