and this platform does not have an lz4 executable.
It seems there should be a better way to handle this.... <sigh>
"without lz4 support");
return;
}
+ if (strstr(p, "Can't initialise filter") != NULL
+ && !canLz4()) {
+ skipping("This version of bsdtar uses an external lz4 program "
+ "but no such program is available on this system.");
+ return;
+ }
failure("--lz4 option is broken");
assertEqualInt(r, 0);
return;
"without lz4 support");
return;
}
+ if (strstr(p, "Can't initialise filter") != NULL
+ && !canLz4()) {
+ skipping("This version of bsdtar uses an external lz4 program "
+ "but no such program is available on this system.");
+ return;
+ }
failure("--lz4 option is broken");
assertEqualInt(r, 0);
return;