|
@@ -317,7 +317,7 @@ int main(int argc, char **argv) {
|
|
totalResult += (result ? 0 : 1);
|
|
totalResult += (result ? 0 : 1);
|
|
}
|
|
}
|
|
|
|
|
|
- {
|
|
|
|
|
|
+ if (0) { // disable append tests in 0.19.x
|
|
// TEST APPENDS
|
|
// TEST APPENDS
|
|
const char *writePath = "/tmp/appends";
|
|
const char *writePath = "/tmp/appends";
|
|
|
|
|