Skip to content

Commit 786ac41

Browse files
wip
Signed-off-by: Cedric CHEDALEUX <cedric.chedaleux@orange.com>
1 parent 76672d4 commit 786ac41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ TEST_CASE("Uprofile rotating files", "[rotation]")
9393
{
9494
// Wait a couple of seconds to have several rotations
9595
sleep(2);
96-
REQUIRE( fileExists(file1) );
96+
REQUIRE( fileExists("toto") );
9797
REQUIRE( fileExists(file2) );
9898

9999
// Check total size does not exceed the limit

0 commit comments

Comments
 (0)