1
Fork 0

test: fix test error message check

This commit is contained in:
Pauli Virtanen 2023-12-23 21:13:15 +02:00 committed by Wim Taymans
parent 3d974d3256
commit d2acad8f0e
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ PWTEST(logger_debug_env_invalid)
fsync(STDERR_FILENO);
lseek(fd, SEEK_SET, 0);
while ((rc = read(fd, buf, sizeof(buf) - 1) > 0)) {
if (strstr(buf, "Ignoring invalid format in PIPEWIRE_DEBUG")) {
if (strstr(buf, "Ignoring invalid format in log level")) {
error_message_found = true;
break;
}