"without lz4 support");
return;
}
- if (strstr(p, "Filter exited with failure") != NULL
+ if (strstr(p, "Can't launch") != NULL
&& !canLz4()) {
skipping("This version of bsdtar uses an external lz4 program "
"but no such program is available on this system.");
"without lz4 support");
return;
}
- if (strstr(p, "Filter exited with failure") != NULL
+ if (strstr(p, "Can't launch") != NULL
&& !canLz4()) {
skipping("This version of bsdtar uses an external lz4 program "
"but no such program is available on this system.");