Skip to content

Commit

Permalink
fix bug in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Apr 19, 2024
1 parent 45c8b1e commit f7df646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spatialjoin/tests/TestMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ std::string fullRun(const std::string& file) {
std::ifstream ifs(".resTmp");
ss << ifs.rdbuf();

unlink("tmp");
unlink(".resTmp");

return ss.str();
}
Expand Down

0 comments on commit f7df646

Please sign in to comment.