We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76672d4 commit 786ac41Copy full SHA for 786ac41
tests/test.cpp
@@ -93,7 +93,7 @@ TEST_CASE("Uprofile rotating files", "[rotation]")
93
{
94
// Wait a couple of seconds to have several rotations
95
sleep(2);
96
- REQUIRE( fileExists(file1) );
+ REQUIRE( fileExists("toto") );
97
REQUIRE( fileExists(file2) );
98
99
// Check total size does not exceed the limit
0 commit comments