1 parent ee628ca commit c36b57fCopy full SHA for c36b57f
1 file changed
tests/cli/clitest.cpp
@@ -1991,7 +1991,8 @@ static void responseTests(const string & rawProgName) {
1991
for (auto fp : fs::directory_iterator("test", ec)) {
1992
if (fp.path().extension() == ".rsp") {
1993
if (!fs::remove(fp.path(), ec)) {
1994
- cerr << "Error removing '" << fp << " (" << ec << ")." << endl;
+ cerr << "Error removing '" << fp.path() << " (" << ec << ")."
1995
+ << endl;
1996
}
1997
1998
0 commit comments