diff options
| -rw-r--r-- | integrationtests/dcat_test.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/integrationtests/dcat_test.go b/integrationtests/dcat_test.go index d07279a..b2a041c 100644 --- a/integrationtests/dcat_test.go +++ b/integrationtests/dcat_test.go @@ -78,9 +78,8 @@ func TestDCat3(t *testing.T) { args := []string{"--plain", "--logLevel", "error", "--cfg", "none", inFile} - // Split up long lines to smaller ones. - os.Setenv("DTAIL_MAX_LINE_LENGTH", "1000") - + // Notice, with DTAIL_INTEGRATION_TEST_RUN_MODE the DTail max line length is set + // to 1024! _, err := runCommand(context.TODO(), t, outFile, "../dcat", args...) if err != nil { t.Error(err) |
